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

WebDashboardViewerViewItem.IsDashboardExportAllowed Property

Gets a value indicating whether or not the user is allowed to export the currently displayed dashboard.

Namespace: DevExpress.ExpressApp.Dashboards.Web

Assembly: DevExpress.ExpressApp.Dashboards.Web.v19.1.dll

Declaration

public bool IsDashboardExportAllowed { get; }

Property Value

Type Description
Boolean

true, if the user is allowed to export the currently displayed dashboard; otherwise, false.

See Also