Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridCardRowLayoutObject Methods
Show Inherited Hide Inherited

The base class for classes that implement different types of card layouts.
Name Description
Equals(TObject) Inherited from TObject.
GetCoordinates(TcxGridCardViewRow) Returns a card row’s location in a card – in row-and-column coordinates.
GetHashCode Inherited from TObject.
GetIndexInLayer(TcxGridCardViewRow) Returns the specified row’s index in the corresponding layer.
GetLayerIndex(TcxGridCardViewRow) Returns the index of the layer that contains the specified card row.
GetOffsetInLayer(TcxGridCardViewRow) Returns the card row’s position in a layer (in lines).
GetPosition(TcxGridCardViewRow) Returns an item’s location in a card – in layer-and-item coordinates.
GetRowAtOffset(Integer,Integer) Returns a card row by the index position of the line it occupies.
IsFirstInLayer(TcxGridCardViewRow) Identifies if the specified Card View row occupies the first position in the corresponding layer.
IsLastInLayer(TcxGridCardViewRow) Identifies if the specified Card View row occupies the last position in the corresponding layer.
IsWholeLine(TcxGridCardViewRow) Identifies if the specified Card View row occupies an entire card by width.
ToString Inherited from TObject.
See Also