TcxTreeListIndentCellViewInfo Class
Stores ViewInfo information specific to indent cells.
#Declaration
TcxTreeListIndentCellViewInfo = class(
TcxTreeListCustomCellViewInfo,
IcxHotTrackElement,
IcxHintableObject
)
#Remarks
This class provides the following properties:
Member | Type | Write Access | Description |
---|---|---|---|
Button | Boolean | Read Only | Returns True, if the expand button is displayed. |
Check | Read Only | Returns the node check box’s state (see the node’s Check | |
Fixed | Boolean | Read Only | Returns True, if a band to which the indent cell belongs is fixed (see the band’s Fixed |
Glyph | Read/Write | Specifies the bounding rectangle of a node image (see the node’s Image | |
Has | Boolean | Read Only | Returns True if a node image (overlay image) is specified (see the tree list’s Images and the node’s Image |
Horz | Read Only | Returns the horizontal tree line‘s bounding rectangle, in tree list coordinates. | |
Hot | Boolean | Read Only | Returns True, if a node that owns the painted indent cell is hot-tracked (see the node’s Hot |
Image | Integer | Read Only | Returns the node image’s index (see the node’s Image |
Images | Read Only | Returns the collection of node images (see the tree list’s Images property). | |
Index | Integer | Read Only | Returns the owning node‘s level (see the node’s Level property) |
Is | Boolean | Read Only | Returns True, if a node is expanded (see the node’s Expanded property). |
Kind | Tcx Tcx | Read Only | Returns the type of an indent cell’s area used for displaying a certain element (level, node image, state image, check box, summary cell). |
Level | Read Only | Returns the node that owns the painted indent cell. | |
Lines | Tcx Tcx | Read Only | Returns the direction of the painted tree lines, relative to the node whose indent is painted (available directions: up, down and horizontal). |
Overlay | Integer | Read Only | Returns the overlay image’s index (see the node’s Overlay |
Vert | Read Only | Returns the vertical tree line‘s bounding rectangle, in tree list coordinates. |
A TreeList control’s OnCustomDrawIndentCell event accepts a TcxTreeListIndentCellViewInfo
object as the AViewInfo
parameter.