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 Members

A card layout dispatcher.

#Constructors

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

#Properties

Name Description
BeginsLayer Specifies if a card row and subsequent card rows are arranged in a new layer.
GridView Represents the Card View that the current layout is applied to.
Layout Returns the card row’s sequence orientation.
LayoutObject Provides access to the entire structure of a card.
VisibleLayoutObject Returns the visual layout of a card.

#Methods
Show Inherited Hide Inherited

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