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