TcxGridBandPosition.GridView Property
Gets the Banded Table View which contains the current band.
Declaration
property GridView: TcxGridBandedTableView read;
Property Value
Type |
---|
TcxGridBandedTableView |
Remarks
This property provides access to the View containing the current band. You can use this property to adjust general View settings such as the number of bands or columns, etc.
See Also