Back to Devexpress

DashboardBuilder.OnItemEndUpdate(String) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardbuilder-dot-onitemendupdate-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

DashboardBuilder.OnItemEndUpdate(String) Method

Specifies the JavaScript function (or its name) executed when the ItemEndUpdate event is raised.

Namespace : DevExpress.DashboardAspNetCore

Assembly : DevExpress.Dashboard.v25.2.AspNetCore.dll

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardBuilder OnItemEndUpdate(
    string onItemEndUpdate
)
vb
Public Function OnItemEndUpdate(
    onItemEndUpdate As String
) As DashboardBuilder

Parameters

NameTypeDescription
onItemEndUpdateString

A String object containing the JavaScript function (or its name) executed when the event is raised.

|

Returns

TypeDescription
DashboardBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardBuilder Class

DashboardBuilder Members

DevExpress.DashboardAspNetCore Namespace