TcxGridCardViewRow.Position Property
Provides access to card row layout settings.
Declaration
property Position: TcxGridCardViewRowPosition read; write;
Property Value
Type | Description |
---|---|
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