TcxTreeListGetContentStyleEvent Type
The procedural type for content style retrieval events in Tree List controls.
Declaration
TcxTreeListGetContentStyleEvent = procedure(Sender: TcxCustomTreeList; AColumn: TcxTreeListColumn; ANode: TcxTreeListNode; var AStyle: TcxStyle) of object;
Parameters
Name | Type | Description |
---|---|---|
Sender | TcxCustomTreeList | Provides access to the Tree List control that raised the current content style retrieval event. To access all public API members of a Tree List control, cast the
Tip To identify the sender Tree List control type, call the |
AColumn | TcxTreeListColumn | Provides access to the column to which the target node belongs. You can use the The Tip To identify the actual tree list column type, call the |
ANode | TcxTreeListNode | Provides access to the target node. |
AStyle | TcxStyle | Specifies an existing TcxStyle object for the target node accessible through the |
Remarks
Content style retrieval events occur when a Tree List control is about to determine the required style for a data cell.
TcxTreeListGetContentStyleEvent Type References
The following events reference the TcxTreeListGetContentStyleEvent
procedural type:
- TcxTreeListStyles.OnGetHotTrackStyle
- Allows you to apply different styles to individual hot-tracked nodes.
- TcxTreeListStyles.OnGetContentStyle
- Allows you to apply different styles to data cells.