TcxCustomGridRow.AsGroupRow Property
Provides access to the current row as a group row.
Declaration
property AsGroupRow: TcxGridGroupRow read;
Property Value
Type |
---|
TcxGridGroupRow |
Remarks
Use this property to access the properties and methods of the group row which is represented by the current row. Using the AsGroupRow property in code lets you avoid casting the instance of the current row to the TcxGridGroupRow class.
Note
If the current row doesn’t represent a group row, accessing the AsGroupRow property raises an exception.
See Also