Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also