Class FilterEditor
FilterEditor.
Inheritance
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class FilterEditor : ContentControl
Constructors
FilterEditor()
Declaration
public FilterEditor()
Fields
FilterOperatorProperty
Identifies the Filter
Declaration
public static readonly DependencyProperty FilterOperatorProperty
Field Value
System.
|
ItemPropertyDefinitionProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemPropertyDefinitionProperty
Field Value
System.
|
Properties
FilterOperator
Gets or sets the FilterOperator.
Declaration
public Nullable<FilterOperator> FilterOperator { get; set; }
Property Value
System. The FilterOperator. |
ItemPropertyDefinition
Gets or sets the item property definition.
Declaration
public ItemPropertyDefinitionViewModel ItemPropertyDefinition { get; set; }
Property Value
Item The item property definition. |
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |