TcxCustomGridTableView.Styles Property
In This Article
Provides access to styles that define the appearance of the grid View elements.
#Declaration
Delphi
property Styles: TcxCustomGridTableViewStyles read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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