Class CommandStackGroupChanged
Implements the functionality to create the Command Stack Grouping.
Inheritance
System.Object
System.EventArgs
CommandStackGroupChanged
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 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 |