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