Skip to main content
A newer version of this page is available. .

TcxGridCardViewRowPosition Class

Contains layout options for a card row.

Declaration

TcxGridCardViewRowPosition = class(
    TcxCustomGridTableItemCustomOptions
)

Remarks

With the options provided, you can:

  • Specify that the specified card row will start a new layer (see the BeginsLayer property);

  • Reposition a row between other rows or between layers (see the ColIndex, IndexInLayer and RowIndex properties);

  • Specify the number of visual lines it will occupy in a card (see the LineCount property), and select the row’s width (see the Width property).

The TcxGridCardViewRowPosition object is referenced by the row’s Position property.

See Also