Skip to main content
A newer version of this page is available. .

DashboardAddingWebEventArgs.Handled Property

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

Namespace: DevExpress.DashboardWeb

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

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