Back to Devexpress

TcxCustomGridTableItemStyles Class

vcl-cxgridcustomtableview-bb192ec1.md

latest1.7 KB
Original Source

TcxCustomGridTableItemStyles Class

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

TcxCustomGridTableItem.Styles Property

TcxCustomGridTableView.Styles Property

TcxCustomGridTableItemStyles Members

cxGridCustomTableView Unit