TcxGridCardViewRowLayoutController Methods
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