WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandStackFilterChanged - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommandStackFilterChanged

    Implements the functionality to create the command stack filter.

    Inheritance
    System.Object
    System.EventArgs
    CommandStackFilterChanged
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class CommandStackFilterChanged : EventArgs

    Constructors

    CommandStackFilterChanged(GridRangeInfo, Boolean, Boolean)

    Initializes the new instances of the CommandStackFilterChanged class.

    Declaration
    public CommandStackFilterChanged(GridRangeInfo range, bool filter, bool isClear)
    Parameters
    Type Name Description
    GridRangeInfo range

    Get the range of cell in the grid

    System.Boolean filter

    True if the filer is in working

    System.Boolean isClear

    True if clear the filter

    Properties

    IsClear

    Gets the IsClear value.

    Declaration
    public bool IsClear { get; }
    Property Value
    Type Description
    System.Boolean

    IsFilter

    Gets the filter value.

    Declaration
    public bool IsFilter { get; }
    Property Value
    Type Description
    System.Boolean

    Range

    Gets the range of cells.

    Declaration
    public GridRangeInfo Range { get; }
    Property Value
    Type Description
    GridRangeInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved