Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomTreeView.OnAddition Event

In This Article

Allows you to customize settings of a node when it is added to the Tree View.

#Declaration

Delphi
property OnAddition: TdxTreeViewNodeEvent read; write;

#Remarks

This event occurs every time a node is added to the Tree View.

Refer to the TdxTreeViewNodeEvent type description for an OnAddition event handler example and information on available options.

See Also