CustomizeNewNodeFromOuterDataEventArgs.NewData Property
Provides access to the dictionary that contains data to initialize a new node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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