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

DashboardExtensionsOptionBuilder.DashboardExport(Action<DashboardExportOptionBuilder>) Method

Allows you to use the DashboardExport extension.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DashboardExtensionsOptionBuilder DashboardExport(
    Action<DashboardExportOptionBuilder> config
)

Parameters

Name Type Description
config Action<DashboardExportOptionBuilder>

A delegate used to configure the DashboardExportOptionBuilder.

Returns

Type Description
DashboardExtensionsOptionBuilder

A reference to this instance after the operation has completed.

See Also