Class GridDataFilterToggleButton
Inheritance
System.Object
GridDataFilterToggleButton
Assembly: Syncfusion.Grid.Wpf.dll
public class GridDataFilterToggleButton : ToggleButton
Constructors
Declaration
public GridDataFilterToggleButton()
Fields
Declaration
public static readonly DependencyProperty FilterAppliedInnerBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FilterHoverInnerBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FilterHoverOuterBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FilterInnerBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FilterOuterBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsFilterAppliedProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Gets / Sets the FilterAppliedInnerBrush.
Declaration
public Brush FilterAppliedInnerBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush FilterHoverInnerBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush FilterHoverOuterBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush FilterInnerBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush FilterOuterBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Gets / Sets the IsFilterApplied property.
Declaration
public bool IsFilterApplied { get; set; }
Property Value