Back to Devexpress

TcxGridCardViewRow.CategoryRow Property

vcl-cxgridcardview-dot-tcxgridcardviewrow-b4b8f3ed.md

latest1.1 KB
Original Source

TcxGridCardViewRow.CategoryRow Property

A category row.

Declaration

delphi
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

TcxGridCardViewRow.CategoryItems

TcxGridCardViewRow Class

TcxGridCardViewRow Members

cxGridCardView Unit