TcxGridBandedColumn.GridView Property
Provides access to the parent Banded Table View.
Declaration
property GridView: TcxGridBandedTableView read;
Property Value
Type | Description |
---|---|
TcxGridBandedTableView | The parent Banded Table View. If the current column is data-aware, you need to cast the property value to the TcxGridDBBandedTableView class to access all public API members. Tip You can call the |
See Also