Skip to main content

TcxCategoryRow Class

Represents category row in the grid control.

Declaration

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