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