TcxGridBands.GridView Property
Returns the View owning the current collection of bands.
Declaration
property GridView: TcxGridBandedTableView read;
Property Value
Type |
---|
TcxGridBandedTableView |
Remarks
Use the GridView property to access the Banded Table View owning the current collection. The View class provides access to the collections of bands, columns, styles, sets of option and other attributes managing the View.
See Also