TcxTreeListOptionsView.CategorizedColumn Property
Specifies the categorized column.
Declaration
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