Skip to main content
A newer version of this page is available. .

TcxCustomGridTableItemStyles Class

Contains settings controlling the style of item elements.

Declaration

TcxCustomGridTableItemStyles = class(
    TcxCustomGridStyles
)

Remarks

This class declares properties and events which allow you to customize the appearance of 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