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

TcxGridLayoutViewStyles.OnGetItemStyle Event

In This Article

Enables you to apply a custom style to a certain card layout item.

#Declaration

Delphi
property OnGetItemStyle: TcxGridGetCellStyleEvent read; write;

#Remarks

Fires each time the card layout item is about to be drawn.

Sender specifies the Layout View.

ARecord specifies the record to which the card corresponds.

AItem specifies the card layout item to which style attributes are applied.

AStyle specifies style attributes that will be applied to the card layout item.

See Also