ClassFilterPart
Class
Represents a part of a filtering expression.
Definition
Namespace:Telerik.Windows.Controls.Data.DataFilterView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class FilterPart : ContentControl
Inheritance: objectFilterPart
Constructors
FilterPart()
Declaration
cs-api-definition
public FilterPart()
Fields
MemberBackgroundProperty
Identifies the MemberBackground dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty MemberBackgroundProperty
Field Value
DependencyProperty
ValueBackgroundProperty
Identifies the ValueBackground dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueBackgroundProperty
Field Value
DependencyProperty
Properties
MemberBackground
Gets or sets the Background when this FilterPart represents a Member.
Declaration
cs-api-definition
public Brush MemberBackground { get; set; }
Property Value
Brush
ValueBackground
Gets or sets the Background when this FilterPart represents a Value.
Declaration
cs-api-definition
public Brush ValueBackground { get; set; }
Property Value
Brush
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e