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

CustomizeNewNodeFromOuterDataEventArgs Properties

Provides data for the TreeList.CustomizeNewNodeFromOuterData event.
Name Description
DestinationNode Gets the node onto which (or relative to which) the CustomizeNewNodeFromOuterDataEventArgs.SourceNode is dropped.
DestinationNodes Gets the collection of sibling nodes relative to which the CustomizeNewNodeFromOuterDataEventArgs.SourceNode is dropped.
Handled Gets or sets whether you perform all the required actions manually and no default processing is required.
NewData Provides access to the dictionary that contains data to initialize a new node.
SourceNode Gets the node (from another TreeList control) being dragged.
See Also