TcxGridCardViewRow.Expandable Property
Gets whether the currently processed row is a category row.
Declaration
property Expandable: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
A hierarchical row in a Card View is a category row (the Kind property is set to rkCategory).
The Expandable property returns True if the currently processed row is a category row.
See Also