Back to Devexpress

DashboardExportOptionBuilder.AllowExportDashboardItems(Nullable<Boolean>) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardexportoptionbuilder-dot-allowexportdashboarditems-x28-system-dot-nullable-system-dot-boolean-x29.md

latest1.8 KB
Original Source

DashboardExportOptionBuilder.AllowExportDashboardItems(Nullable<Boolean>) Method

Specifies whether the dashboard items can be exported by end-users.

Namespace : DevExpress.DashboardAspNetCore

Assembly : DevExpress.Dashboard.v25.2.AspNetCore.dll

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardExportOptionBuilder AllowExportDashboardItems(
    bool? allowExportDashboardItems
)
vb
Public Function AllowExportDashboardItems(
    allowExportDashboardItems As Boolean?
) As DashboardExportOptionBuilder

Parameters

NameTypeDescription
allowExportDashboardItemsNullable<Boolean>

true , if end-users can export the dashboard items; otherwise, false.

|

Returns

TypeDescription
DashboardExportOptionBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardExportOptionBuilder Class

DashboardExportOptionBuilder Members

DevExpress.DashboardAspNetCore Namespace