Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Dashboards.Web

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