TcxGridBandedTableView.VisibleColumns Property
In This Article
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 |
---|
Tcx |
#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 Visible
See Also