Skip to main content
Tab

CardViewEditFormTemplateContainer.UpdateAction Property

Gets the script that implements the update action.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.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 ASPxCardView’s edited row.

See Also