TcxCustomShellTreeView.OnExpanding Event
Occurs when the shell tree view node is expanding.
Declaration
property OnExpanding: TTVExpandingEvent read; write;
Remarks
Write an OnExpanding event handler to prevent nodes from expanding. The Node parameter identifies the node being expanded. Setting the AllowExpansion parameter to False restricts expanding of the specified node.
See Also