TcxCustomGridTableView.Styles Property
Provides access to styles that define the appearance of the grid View elements.
Declaration
property Styles: TcxCustomGridTableViewStyles read; write;
Property Value
Type | Description |
---|---|
TcxCustomGridTableViewStyles | Stores grid View styles. |
Remarks
The Styles
property provides access to the collection of styles for cell content, selection bar, and other tabular View elements.
See Also