TreeListSettings.InitNewNode Property
In This Article
Enables you to initialize added nodes.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxDataInitNewRowEventHandler InitNewNode { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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