Skip to main content
A newer version of this page is available. .

CustomizeNewNodeFromOuterDataEventArgs.NewData Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

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