TcxGridCardRowLayout Members
Constructors
| Name | Description |
|---|---|
| Create(TcxGridCard) | Initializes a new instance of the TcxGridCardVisibleRowLayoutObject class with specified settings. Inherited from TcxGridCardVisibleRowLayoutObject. |
| Create(TcxGridCardViewInfo,Boolean) | Initializes a new instance of the TcxGridCardRowLayout class with specified settings. |
Properties
| Name | Description |
|---|---|
| Card | Represents a card that the current layout is applied to. Inherited from TcxGridCardVisibleRowLayoutObject. |
| CardViewInfo | |
| 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. |
| LayerRowViewInfos | |
| Layers | |
| LayersHeight | |
| Layout | Gets the card row’s sequence orientation. Inherited from TcxGridCardRowLayoutObject. |
| SeparatorCount | |
| SeparatorWidth | |
| Simple |
Methods
| Name | Description |
|---|---|
| Calculate(Integer) | |
| CalculateRows(TRect,Integer,Integer,Integer,Integer) | |
| Equals(TObject) | Inherited from TObject. |
| Fill(TList) | Provides a layout object with ARows visible items to be drawn in a layer. Inherited from TcxGridCardRowLayoutObject. |
| GetCoordinates(TcxGridCardViewRow) | Returns a card row’s location in a card – in row-and-column coordinates. Inherited from TcxCustomGridCardRowLayoutObject. |
| GetHashCode | Inherited from TObject. |
| GetHeaderWidth(TcxGridCardRowViewInfo) | |
| GetIndexInLayer(TcxGridCardRowViewInfo) | |
| GetIndexInLayer(TcxGridCardViewRow) | Returns the specified row’s index in the corresponding layer. Inherited from TcxCustomGridCardRowLayoutObject. |
| GetInsertionParams(TcxGridCardViewRow,TcxPosition,Integer,TcxGridCardRowInsertionPos) | Calculates the position of the ARow to be placed in the specified layer, in layer-and-item coordinates. Inherited from TcxGridCardVisibleRowLayoutObject. |
| GetLayerIndex(TcxGridCardRowViewInfo) | |
| GetLayerIndex(TcxGridCardViewRow) | Returns the index of the layer that contains the specified card row. Inherited from TcxCustomGridCardRowLayoutObject. |
| GetLayerIndex(TPoint) | |
| GetLayerRows(TcxGridCardViewRow,TList) | Populates the ARows collection with visible card rows, which are located in the layer indicated by the ARowInLayer. Inherited from TcxGridCardVisibleRowLayoutObject. |
| 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. |
| GetRowsAtOffset(TcxGridCardViewRow,TList) | Populates the ARows collection with visible card rows beginning from the first card row and ending with the ARowAtOffset card row. Inherited from TcxGridCardVisibleRowLayoutObject. |
| GetSeparatorBounds(Integer) | |
| 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. |
| IsLeft(TcxGridCardRowViewInfo) | |
| IsTop(TcxGridCardRowViewInfo) | |
| IsWholeLine(TcxGridCardViewRow) | Identifies if the specified Card View row occupies an entire card by width. Inherited from TcxCustomGridCardRowLayoutObject. |
| IsZoneVertical(TcxGridCardRowContainerZone) | |
| ToString | Inherited from TObject. |
See Also