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