Skip to main content

CustomizeNewNodeFromOuterDataEventArgs.NewData Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.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