Skip to main content

TreeListEditFormTemplateContainer.UpdateAction Property

Gets the script that implements the update action.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string UpdateAction { get; }

Property Value

Type Description
String

A String value representing the service script, which posts changes made to the ASPxTreeList’s edited node.

See Also