TcxCustomGridRecord.LastParentRecordCount Property
Returns the number of group levels for which the current record can display group footers.
Declaration
property LastParentRecordCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
To determine whether the current record can display a group footer for a particular group level, use the IsParentRecordLast property.
See Also