Skip to main content

TcxGridCardViewRow.CategoryRow Property

Declaration

property CategoryRow: TcxGridCardViewRow read; write;

Property Value

Type
TcxGridCardViewRow

Remarks

A row that is displayed in the Card View is a category row if its Kind property is set to rkCategory.

If the currently processed row is a child of a category row, use the CategoryRow property to access the parent’s instance.

The CategoryRow property returns nil if the currently processed row has no parent.

See Also