Class CommandStackGroupChanged
Implements the functionality to create the Command Stack Grouping.
Inheritance
System.Object
CommandStackGroupChanged
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class CommandStackGroupChanged : EventArgs
Constructors
CommandStackGroupChanged(GridRangeInfo, Boolean, Boolean)
Initializes the new instances of the CommandStackGroupChanged class.
Declaration
public CommandStackGroupChanged(GridRangeInfo range, bool filter, bool isRowgrouping)
Parameters
| Type | Name | Description |
|---|---|---|
| GridRangeInfo | range | Used to get the range of cells |
| System.Boolean | filter | Used to filter the cells |
| System.Boolean | isRowgrouping | Used for grouping |
Properties
IsFilter
Gets the filter value.
Declaration
public bool IsFilter { get; }
Property Value
| Type |
|---|
| System.Boolean |
IsRowGrouping
Gets the grouping value.
Declaration
public bool IsRowGrouping { get; }
Property Value
| Type |
|---|
| System.Boolean |
Range
Gets the range of cells.
Declaration
public GridRangeInfo Range { get; }
Property Value
| Type |
|---|
| GridRangeInfo |