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

TreeListSettings.InitNewNode Property

Enables you to initialize added nodes.

Namespace: DevExpress.Web.Mvc

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

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