Skip to main content

TcxTreeListBand.VisibleColumns Property

Provides indexed access to individual visible columns.

Declaration

property VisibleColumns[Index: Integer]: TcxTreeListColumn read; write;

Property Value

Type
TcxTreeListColumn

Remarks

Columns within this collection follow each other in consecutive order as they appear in the TreeList control - from left to right, top to bottom.

The column is visible when its Visible property value is True.

To determine the number of visible columns within a band, use the band’s VisibleColumnCount property.

See Also