TreeListSettings.InitNewNode Property
Enables you to initialize added nodes.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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