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

TcxGridCardViewRowOptions Class

Contains options managing the appearance and behavior of a card row.

#Declaration

Delphi
TcxGridCardViewRowOptions = class(
    TcxCustomGridTableItemOptions
)

#Remarks

This class publishes properties specific to a card row. For example, you can prevent a user from editing and focusing a row. Also, it is possible to hide the caption region of a row via the ShowCaption property.

To set options for a card row, use the row’s Options member. The Card View itself contains a set of options managing the appearance of all card rows.

See Also