TcxTreeListOptionsView.GetCategorizedColumn Method
Returns the column that is used as a categorized column.
Declaration
function GetCategorizedColumn: TcxTreeListColumn;
Returns
Type |
---|
TcxTreeListColumn |
Remarks
This function returns nil if the categorized column is not assigned or the TreeList control displays no columns.
To enable the categorized style, set the PaintStyle property to tlpsCategorized.
See Also