Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewRow.CategoryRow Property

#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