TcxCustomTreeView.OnExpanding Event
In This Article
Allows you to prevent node expand operations.
#Declaration
Delphi
property OnExpanding: TTVExpandingEvent read; write;
#Remarks
The OnExpanding
event occurs every time a node is about to be expanded.
See Also