TcxGridColumnStyles.GridView Property
Provides access to the Table View containing the column to which the TcxGridColumnStyles applies its styles.
Declaration
property GridView: TcxGridTableView read;
Property Value
Type |
---|
TcxGridTableView |
Remarks
The GridView property returns the Table View containing the column that this TcxGridColumnStyles defines styles for.
See Also