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

TcxGridBandedTableView.VisibleColumns Property

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

#Declaration

Delphi
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