Skip to main content

TcxGridBandedColumnPosition.GridView Property

Gets the Banded Table View containing the current column.

Declaration

property GridView: TcxGridBandedTableView read;

Property Value

Type
TcxGridBandedTableView

Remarks

The GridView property provides access to the View containing the current banded column. You can use this property to adjust general View settings such as the number of bands and columns, etc.

See Also