DashboardControlClientSideEvents.ItemBeginUpdate Property
Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemBeginUpdate event is raised.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v19.2.Web.WebForms.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string that is a function executed when the the event is raised. |
See Also