Skip to main content

TreeListSettings.InitNewNode Property

Enables you to initialize added nodes.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxDataInitNewRowEventHandler InitNewNode { get; set; }

Property Value

Type Description
ASPxDataInitNewRowEventHandler

A ASPxDataInitNewRowEventHandler delegate method allowing you to implement custom processing.

Remarks

The InitNewNode event is raised when an end-user starts editing a new node.

Use the event parameter’s NewValues property, to specify the values in the new node.

See Also