Skip to main content

TreeListEditFormTemplateContainer.CancelAction Property

Gets the script that implements the cancel action.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string CancelAction { get; }

Property Value

Type Description
String

A String value representing the service script that cancels editing performed within the ASPxTreeList.

See Also