Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboardExport.AllowExportDashboard Property

Specifies whether a user can export a dashboard.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool AllowExportDashboard { get; set; }

Property Value

Type Description
Boolean

true if a user can export a dashboard; otherwise, false.

Remarks

Use the AllowExportDashboardItems property to allow or disallow the export of dashboard items.

See Also