Class CommandStackFilterChanged
Implements the functionality to create the command stack filter.
Inheritance
System.Object
System.EventArgs
CommandStackFilterChanged
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Boolean |
IsFilter
Gets the filter value.
Declaration
public bool IsFilter { get; }
Property Value
Type |
---|
System.Boolean |
Range
Gets the range of cells.
Declaration
public GridRangeInfo Range { get; }
Property Value
Type |
---|
GridRangeInfo |