Skip to main content

DashboardAddingWebEventArgs.Handled Property

Gets or sets whether default actions are required to add the dashboard to a storage.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true, if no default actions are required to save the dashboard to a storage; otherwise, false.

See Also