menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataFilterToggleButton - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataFilterToggleButton

    Inheritance
    System.Object
    GridDataFilterToggleButton
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataFilterToggleButton : ToggleButton

    Constructors

    GridDataFilterToggleButton()

    Declaration
    public GridDataFilterToggleButton()

    Fields

    FilterAppliedInnerBrushProperty

    Declaration
    public static readonly DependencyProperty FilterAppliedInnerBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FilterHoverInnerBrushProperty

    Declaration
    public static readonly DependencyProperty FilterHoverInnerBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FilterHoverOuterBrushProperty

    Declaration
    public static readonly DependencyProperty FilterHoverOuterBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FilterInnerBrushProperty

    Declaration
    public static readonly DependencyProperty FilterInnerBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FilterOuterBrushProperty

    Declaration
    public static readonly DependencyProperty FilterOuterBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsFilterAppliedProperty

    Declaration
    public static readonly DependencyProperty IsFilterAppliedProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    FilterAppliedInnerBrush

    Gets / Sets the FilterAppliedInnerBrush.

    Declaration
    public Brush FilterAppliedInnerBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FilterHoverInnerBrush

    Declaration
    public Brush FilterHoverInnerBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FilterHoverOuterBrush

    Declaration
    public Brush FilterHoverOuterBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FilterInnerBrush

    Declaration
    public Brush FilterInnerBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FilterOuterBrush

    Declaration
    public Brush FilterOuterBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    IsFilterApplied

    Gets / Sets the IsFilterApplied property.

    Declaration
    public bool IsFilterApplied { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved