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

TcxGridCardViewRowLayoutController Methods
Show Inherited Hide Inherited

A card layout dispatcher.
Name Description
Equals(TObject) Inherited from TObject.
FindNextRow(TcxGridCard,TcxGridCardViewRow,Boolean,Boolean,Boolean,Boolean) Traverses a card in a specified direction and returns a reference to the card row next (or previous) to ARow.
FindNextRowHorizontally(TcxGridCard,TcxGridCardViewRow,Boolean,Boolean,Boolean) Traverses a card in a horizontal direction and returns a reference to the card row next (or previous) to ARow.
FindNextRowVertically(TcxGridCard,TcxGridCardViewRow,Boolean,Boolean,Boolean) Traverses a card in a vertical direction and returns a reference to the card row next (or previous) to ARow.
GetCoordinates(TcxGridCardViewRow) Returns ARow’s location in a card - in row-and-column coordinates.
GetHashCode Inherited from TObject.
GetPosition(TcxGridCardViewRow) Returns ARow’s location in a card - in layer-and-item coordinates.
GetVisibleCoordinates(TcxGridCardViewRow) Returns ARow’s visible location in a card - in row-and-column coordinates.
GetVisiblePosition(TcxGridCardViewRow) Returns ARow’s visible location in a card - in layer-and-item coordinates.
IsHorizontalLayout Determines whether card rows are horizontally arranged within a card.
IsSimpleLayout Determines whether a card has a one-dimensional structure.
IsWholeLine(TcxGridCardViewRow) Determines whether ARow occupies the entire layer.
SetCoordinates(TcxGridCardViewRow,TcxGridCardRowCoordinates) Places ARow at a specified position.
SetCoordinates(TcxGridCardViewRow,Integer,Integer)
SetPosition(TcxGridCardViewRow,Integer,Integer) Moves the target row to a specified position.
ToString Inherited from TObject.
See Also