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

TcxGridCardViewRowPosition Properties

Contains layout options for a card row.
Name Description
BeginsLayer Specifies whether the currently processed row and subsequent rows will be put upon a new layer.
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 Gets the visible 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 Gets the currently processed card row’s visible 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