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

TcxCategoryRow Class

Represents category row in the grid control.

#Declaration

Delphi
TcxCategoryRow = class(
    TcxCustomRow
)

#Remarks

The TcxCategoryRow is used to arrange related editor rows in groups. You might need it if editor rows displayed in your vertical grid control can be logically divided into categories. In this case related rows must be added to the corresponding category row as children. If this has been performed, end-users can expand/collapse category rows at runtime thus showing and hiding rows belonging to a specific category.

This type of row doesn’t display data.

Properties, Options and Styles properties are used to customize behavior and appearance of the row.

The following images demonstrate category row:

Category row expanded

Category row collapsed

#Inheritance

See Also