Skip to main content

TcxGridBandedTableViewStyles.GridView Property

Specifies the View for which the style is applied.

Declaration

property GridView: TcxGridBandedTableView read;

Property Value

Type
TcxGridBandedTableView

Remarks

Use the GridView property to get the Banded Table View for which the current style is applied. You can use this property to access various View parameters, such as columns and bands lists, options and style sets, data binding settings, etc.

See Also