Back to Devexpress

CustomizeNewNodeFromOuterDataEventArgs.NewData Property

windowsforms-devexpress-dot-xtratreelist-dot-customizenewnodefromouterdataeventargs-f1d9f077.md

latest1.7 KB
Original Source

CustomizeNewNodeFromOuterDataEventArgs.NewData Property

Provides access to the dictionary that contains data to initialize a new node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public Dictionary<string, object> NewData { get; }
vb
Public ReadOnly Property NewData As Dictionary(Of String, Object)

Property Value

TypeDescription
Dictionary<String, Object>

The dictionary that contains data to initialize a new node.

|

Remarks

See the TreeList.CustomizeNewNodeFromOuterData topic to learn more.

See Also

CustomizeNewNodeFromOuterDataEventArgs Class

CustomizeNewNodeFromOuterDataEventArgs Members

DevExpress.XtraTreeList Namespace