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