Xceed DataGrid for Silverlight Documentation
FilterOperatorTemplate Property


Gets or sets the DataTemplate that will be used to display the filter operators in the filter-operator drop down.
Syntax
'Declaration
 
Public Property FilterOperatorTemplate As DataTemplate
'Usage
 
Dim instance As FilterCell
Dim value As DataTemplate
 
instance.FilterOperatorTemplate = value
 
value = instance.FilterOperatorTemplate
public DataTemplate FilterOperatorTemplate {get; set;}

Property Value

The DataTemplate that will be used to display the filter operators in the filter-operator drop down. The data context of the DataTemplate will be each filter operator's associated FilterOperatorDescription.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

FilterCell Class
FilterCell Members

Send Feedback