Back to Devexpress

TcxGridBandedTableView.VisibleColumns Property

vcl-cxgridbandedtableview-dot-tcxgridbandedtableview-677f0842.md

latest1.7 KB
Original Source

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

TcxGridBandedColumn

TcxCustomGridTableItem.Visible

TcxGridBandedTableView.Columns

TcxGridTableView.VisibleColumnCount

TcxGridBandedTableView Class

TcxGridBandedTableView Members

cxGridBandedTableView Unit