Skip to main content

TcxGridBandedTableView.VisibleColumns Property

Provides zero-based indexed access to the visible columns within the Banded Table View.

Declaration

property VisibleColumns[Index: Integer]: TcxGridBandedColumn read;

Property Value

Type
TcxGridBandedColumn

Remarks

Column visibility is determined via the GridBandedColumn.Visible property of the column object. If this property is set to False for a column, then that column is not visible within the current View.

Note

the order of columns within the VisibleColumns list doesn’t necessarily match the columns’ visible order. To determine or set a particular column’s position, use the column’s Position.BandIndex, Position.ColIndex and Position.RowIndex properties.

See Also