TcxGridCardViewVisibleRowLayoutObject Methods
Stores row layout settings of a layered card.| Name | Description |
|---|---|
| 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. |
| GetIndexInLayer(TcxGridCardViewRow) | Returns the specified row’s index in the corresponding layer. Inherited from TcxCustomGridCardRowLayoutObject. |
| GetLastVisibleSubItem(TcxGridCardViewRow) | Provides access to the last child of the ARow. |
| GetLayerCount(TcxGridCardViewRow) | Returns the number of layers occupied by ARow and its children. |
| GetLayerIndex(TcxGridCardViewRow) | Returns the index of the layer that contains the specified card row. Inherited from TcxCustomGridCardRowLayoutObject. |
| 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. |
| 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. |
| IsWholeLayer(TcxGridCardViewRow) | Identifies if the specified card row and its children comprise the entire layer. |
| IsWholeLine(TcxGridCardViewRow) | Identifies if the specified Card View row occupies an entire card by width. Inherited from TcxCustomGridCardRowLayoutObject. |
| ToString | Inherited from TObject. |
See Also