Back to Devexpress

MVCxQueryBuilderClientSideEvents.SaveCommandExecuted Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxquerybuilderclientsideevents.md

latest1.4 KB
Original Source

MVCxQueryBuilderClientSideEvents.SaveCommandExecuted Property

Gets or sets the name of the JavaScript function or the entire code which will handle the MVCxClientReportDesigner.SaveCommandExecuted event.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string SaveCommandExecuted { get; set; }
vb
Public Property SaveCommandExecuted As String

Property Value

TypeDescription
String

A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

|

See Also

SaveCommandExecuted

MVCxQueryBuilderClientSideEvents Class

MVCxQueryBuilderClientSideEvents Members

DevExpress.Web.Mvc Namespace