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

DashboardExtensionsOptionBuilder.ViewerApi(Action<DashboardViewerApiOptionBuilder>) Method

Allows you to use the ViewerApi extension.

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

public DashboardExtensionsOptionBuilder ViewerApi(
    Action<DashboardViewerApiOptionBuilder> config
)

Parameters

Name Type Description
config Action<DashboardViewerApiOptionBuilder>

A delegate used to configure the DashboardViewerApiOptionBuilder.

Returns

Type Description
DashboardExtensionsOptionBuilder

A reference to this instance after the operation has completed.

See Also