Skip to main content

TcxGridCardViewRowOptions Class

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

Declaration

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