RowEventArgs Constructors
Provides data for the GridControl.GroupRowExpanded and GridControl.GroupRowCollapsed events.Name | Parameters | Description |
---|---|---|
RowEventArgs(GridControlBase, Int32, Object) | grid, rowHandle, forcedRow | Initializes a new instance of the RowEventArgs class with the specified settings. |
RowEventArgs(GridControlBase, Int32) | grid, rowHandle | Initializes a new instance of the RowEventArgs class with the specified settings. |
See Also