Skip to main content
A newer version of this page is available. .

DashboardExportOptionBuilder.AllowExportDashboardItems(Nullable<Boolean>) Method

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

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v19.1.AspNetCore.dll

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