Skip to main content

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 GridView.ClassType function to identify the actual parent grid View type.

See Also