Skip to main content

TcxGridCardViewRow.Position Property

Provides access to card row layout options.

Declaration

property Position: TcxGridCardViewRowPosition read; write;

Property Value

Type
TcxGridCardViewRowPosition

Remarks

With the options provided, you can:

  • Place a row in 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 the row’s width (see the Width property).

See Also