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

TcxTreeListOptionsView.CategorizedColumn Property

Specifies the categorized column.

#Declaration

Delphi
property CategorizedColumn: TcxTreeListColumn read; write;

#Property Value

Type Description
TcxTreeListColumn

The column whose values serve as categories.

#Remarks

Use this property to specify the column providing values for categories within the TreeList control. To enable the categorized paint style, set the PaintStyle property to tlpsCategorized.

If the categorized style is enabled and the CategorizedColumn property is not assigned, the first visible column is used as a categorized column. Use the GetCategorizedColumn function to access the categorized column.

See Also