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

TcxCustomTreeList.Columns Property

Provides indexed access to columns.

#Declaration

Delphi
property Columns[Index: Integer]: TcxTreeListColumn read; write;

#Property Value

Type Description
TcxTreeListColumn

A Tree List column.

#Remarks

Index specifies the column’s position in the collection.

The total number of columns can be obtained via the ColumnCount property.

To obtain the number of columns that belong to a particular band, use the band’s ColumnCount property. For indexed access to the band’s columns, use the band’s Columns property.

See Also