TcxTreeListIsGroupNodeEvent Type
The procedural type for node group state definition events.
Declaration
TcxTreeListIsGroupNodeEvent = procedure(Sender: TcxCustomTreeList; ANode: TcxTreeListNode; var IsGroup: Boolean) of object;
Parameters
Name | Type | Description |
---|---|---|
Sender | TcxCustomTreeList | Provides access to the tree list control that raised the current node group state definition event. To access all public API members, cast the
Tip TO identify the tree list control type, call the |
ANode | TcxTreeListNode | Provides access to the currently processed tree list node. |
IsGroup | Boolean |
|
Remarks
This event occurs every time a tree list control is about to determine the group state of a node.
TcxTreeListIsGroupNodeEvent
The TcxCustomTreeList.OnIsGroupNode event references the TcxTreeListIsGroupNodeEvent
procedural type.
See Also