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

CardViewEditFormTemplateContainer.CancelAction Property

Gets the script that implements the cancel action.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string CancelAction { get; }

Property Value

Type Description
String

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

See Also