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 FilterOperator dependency property.
Declaration
public static readonly DependencyProperty FilterOperatorProperty
Field Value
System.Windows.DependencyProperty
|
ItemPropertyDefinitionProperty
Identifies the ItemPropertyDefinition dependency property.
Declaration
public static readonly DependencyProperty ItemPropertyDefinitionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FilterOperator
Gets or sets the FilterOperator.
Declaration
public Nullable<FilterOperator> FilterOperator { get; set; }
Property Value
System.Nullable<FilterOperator>
The FilterOperator. |
ItemPropertyDefinition
Gets or sets the item property definition.
Declaration
public ItemPropertyDefinitionViewModel ItemPropertyDefinition { get; set; }
Property Value
ItemPropertyDefinitionViewModel
The item property definition. |
Methods
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |