Back to Devexpress

CustomizeNewNodeFromOuterDataEventArgs Properties

windowsforms-devexpress-dot-xtratreelist-dot-customizenewnodefromouterdataeventargs-dot-underscore-properties.md

latest1.8 KB
Original Source

CustomizeNewNodeFromOuterDataEventArgs Properties

Provides data for the TreeList.CustomizeNewNodeFromOuterData event.

NameDescription
DestinationNodeGets the node onto which (or relative to which) the CustomizeNewNodeFromOuterDataEventArgs.SourceNode is dropped.
DestinationNodesGets the collection of sibling nodes relative to which the CustomizeNewNodeFromOuterDataEventArgs.SourceNode is dropped.
HandledGets or sets whether you perform all the required actions manually and no default processing is required.
NewDataProvides access to the dictionary that contains data to initialize a new node.
SourceNodeGets the node (from another TreeList control) being dragged.

See Also

CustomizeNewNodeFromOuterDataEventArgs Class

CustomizeNewNodeFromOuterDataEventArgs Members

DevExpress.XtraTreeList Namespace