Back to Devexpress

TcxGridCardViewRowOptions Class

vcl-cxgridcardview-107f80e6.md

latest1.6 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridTableItemCustomOptions TcxCustomGridTableItemOptions TcxGridCardViewRowOptions

See Also

TcxGridCardViewRow.Options

Card View

TcxGridCardViewRowOptions Members

cxGridCardView Unit