CustomizeNewNodeFromOuterDataEventArgs.NewData Property
In This Article
Provides access to the dictionary that contains data to initialize a new node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public Dictionary<string, object> NewData { get; }
#Property Value
Type | Description |
---|---|
Dictionary<String, Object> | The dictionary that contains data to initialize a new node. |
#Remarks
See the TreeList.CustomizeNewNodeFromOuterData topic to learn more.
See Also