Skip to main content

TcxGridCardViewRowLayoutObject Members

Stores layered card layout information.

Constructors

Name Description
Create(TcxGridCardView) Initializes a new instance of the TcxGridCardViewRowLayoutObject class with specified settings.

Properties

Name Description
BeginsLayer Specifies whether the ARow card row and subsequent card rows will be placed in a new layer.
GridView Represents the Card View that the current layout is applied to.
LayerCount Returns the number of layers in a card. Inherited from TcxCustomGridCardRowLayoutObject.
LayerFirstRow Gets the first card row from a ALayerIndex layer. Inherited from TcxCustomGridCardRowLayoutObject.
LayerFirstRowIndex Gets an index of the first card row in a ALayerIndex layer. Inherited from TcxCustomGridCardRowLayoutObject.
LayerRowCount Returns the total number of items in the ALayerIndex layer. Inherited from TcxCustomGridCardRowLayoutObject.
LayerRows Provides indexed access to card rows in a ALayerIndex layer. Inherited from TcxCustomGridCardRowLayoutObject.
Layout Gets the card row’s sequence orientation. Inherited from TcxCustomGridCardRowLayoutObject.

Methods

Name Description
BreakLayer(Integer,Integer) Creates a new layer that follows ALayerIndex and places items starting from AIndexInLayer into the new layer.
Equals(TObject) Inherited from TObject.
GetCoordinates(TcxGridCardViewRow) Returns a card row’s location in a card – in row-and-column coordinates. Inherited from TcxCustomGridCardRowLayoutObject.
GetHashCode Inherited from TObject.
GetIndexInLayer(TcxGridCardViewRow) Returns the specified row’s index in the corresponding layer. Inherited from TcxCustomGridCardRowLayoutObject.
GetLayerIndex(TcxGridCardViewRow) Returns the index of the layer that contains the specified card row. Inherited from TcxCustomGridCardRowLayoutObject.
GetOffsetInLayer(TcxGridCardViewRow) Returns the card row’s position in a layer (in lines). Inherited from TcxCustomGridCardRowLayoutObject.
GetPosition(TcxGridCardViewRow) Returns an item’s location in a card – in layer-and-item coordinates. Inherited from TcxCustomGridCardRowLayoutObject.
GetRowAtOffset(Integer,Integer) Returns a card row by the index position of the line it occupies. Inherited from TcxCustomGridCardRowLayoutObject.
IsFirstInLayer(TcxGridCardViewRow) Identifies if the specified Card View row occupies the first position in the corresponding layer. Inherited from TcxCustomGridCardRowLayoutObject.
IsLastInLayer(TcxGridCardViewRow) Identifies if the specified Card View row occupies the last position in the corresponding layer. Inherited from TcxCustomGridCardRowLayoutObject.
IsSimpleLayout Determines whether a card has a one-dimensional structure.
IsWholeLine(TcxGridCardViewRow) Identifies if the specified Card View row occupies an entire card by width. Inherited from TcxCustomGridCardRowLayoutObject.
MergeLayer(Integer) Moves card rows located in a specified layer to the previous layer.
SetCoordinates(TcxGridCardViewRow,TcxGridCardRowCoordinates) Places ARow at a position specified by the ACoordinates record.
SetIndexInLayer(TcxGridCardViewRow,Integer,Boolean) Moves ARow to the AValue position in the corresponding layer.
SetLayerIndex(TcxGridCardViewRow,Integer,Boolean,Boolean) Places ARow in the AValue layer.
SetPosition(TcxGridCardViewRow,TcxGridCardRowPosition) Places ARow at a new position specified by the APosition record.
ToString Inherited from TObject.
See Also