Back to Devexpress

TcxGridCardViewRow.Position Property

vcl-cxgridcardview-dot-tcxgridcardviewrow-1d053e9f.md

latest1.3 KB
Original Source

TcxGridCardViewRow.Position Property

Provides access to card row layout settings.

Declaration

delphi
property Position: TcxGridCardViewRowPosition read; write;

Property Value

TypeDescription
TcxGridCardViewRowPosition

Stores card row layout settings.

|

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

TcxGridCardViewRow Class

TcxGridCardViewRow Members

cxGridCardView Unit