Skip to main content

TcxCustomGridTableItemStyles Class

Stores styles of data item elements.

Declaration

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.

See Also