Skip to main content

TcxGridCardViewRowPosition Members

Contains layout options for a card row.

Constructors

Name Description
Create(TcxCustomGridTableItem) Initializes a new instance of the TcxCustomGridTableItemCustomOptions class with specified settings. Inherited from TcxCustomGridTableItemCustomOptions.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

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.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IsWholeLine Determines whether the currently processed card row occupies the entire layer.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also