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

TcxTreeListBand.Columns Property

Provides indexed access to columns associated with the current band.

#Declaration

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

#Property Value

Type
TcxTreeListColumn

#Remarks

Use the ColumnCount property to determine the number of columns within the Columns collection.

To access a band’s visible columns, use its VisibleColumns zero-based indexed collection.

Note

If a band is not a bottom band, the Columns collection is empty.

See Also