TcxCustomGridTableItemStyles Class
In This Article
Stores styles of data item elements.
#Declaration
Delphi
TcxCustomGridTableItemStyles = class(
TcxCustomGridStyles
)
#Remarks
This class declares properties and events that allow you to customize the appearance of data item elements. TcxCustomGridTableItemStyles
descendants publish other properties appropriate for particular items (table columns, Card View rows, or Layout View data items). To adjust the appearance of an item, see the TcxCustomGridTableItem.Styles property. It is possible to define the style for all items contained within a View via the TcxCustomGridTableView.Styles member.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomStyles
TcxStyles
TcxCustomGridStyles
TcxCustomGridTableItemStyles
See Also