TcxGridTableViewStyleSheet Class
In This Article
Represents a stylesheet for Table View.
#Declaration
Delphi
TcxGridTableViewStyleSheet = class(
TcxCustomStyleSheet
)
#Remarks
A StyleSheet contains a collection of styles that can be applied to a View, setting multiple styles in one step. The TcxGridTableViewStyleSheet provides a stylesheet collection for the Table View.
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponent
TcxCustomStyleSheet
TcxGridTableViewStyleSheet
See Also