TcxGridTableView.Styles Property
Provides access to styles that define the appearance of Table View elements.
Declaration
property Styles: TcxGridTableViewStyles read; write;
Property Value
Type | Description |
---|---|
TcxGridTableViewStyles | Stores styles for Table View elements. |
Remarks
Refer to the TcxGridTableViewStyles class description for detailed information on all available options.
See Also