TcxGridCardViewRowPosition Properties
Stores card row layout settings.| Name | Description |
|---|---|
| BeginsLayer | Specifies whether the currently processed row and subsequent rows will be put upon a new layout. |
| ColIndex | Specifies the horizontal position of the currently processed row in a card. |
| GridView | Represents a Card View where the card row that the current settings are applied to is located in. |
| IndexInLayer | Specifies the ordinal number of the currently processed card row in a layer. |
| Item | Represents a card row that current layout settings are applied to. |
| LayerIndex | Specifies the ordinal number of a layer in a card that the currently processed card row resides in. |
| LayerVisibleIndex | Returns the position of the layer that contains the currently processed card row. |
| LineCount | Specifies the number of lines occupied by the currently processed card row. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| RowIndex | Specifies the vertical position of the currently processed card row in a card. |
| VisibleColIndex | Gets the horizontal coordinate of the card row’s visible position in a card. |
| VisibleIndexInLayer | Returns the card row’s position in the corresponding layer. |
| VisibleRowIndex | Gets the vertical coordinate of card row’s visible position in a card. |
| Width | Specifies the width of the currently processed card row, in pixels. |
See Also