TcxCustomGridRecord.Level Property
Returns the group level of the current record.
Declaration
property Level: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the Level property to determine the group level of the current record within a View. When data is grouped by items (columns), a hierarchical structure of groups is created and data is displayed at different levels. Grouping is implemented for grid table Views only.
The following image shows a grid View with two group levels:
See Also