Skip to main content

DashboardSavingWebEventArgs.Handled Property

Gets or sets whether default actions are required to save the dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true, to specify that no default actions are required to save the dashboard; otherwise, false.

See Also