DashboardExportOptionBuilder.AllowExportDashboard(Nullable<Boolean>) Method
In This Article
Specifies whether end-users can export a dashboard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardExportOptionBuilder AllowExportDashboard(
bool? allowExportDashboard
)
#Parameters
Name | Type | Description |
---|---|---|
allow |
Nullable<Boolean> | true, if end-users can export a dashboard; otherwise, false. |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also