Skip to main content
All docs
V23.2

DataSourceWizardSettingsBuilder.EnableFederationDataSource(Boolean) Method

Specifies whether to allow users to create the federated data source in the Dashboard Data Source Wizard.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DataSourceWizardSettingsBuilder EnableFederationDataSource(
    bool enableFederationDataSource
)

Parameters

Name Type Description
enableFederationDataSource Boolean

true to enable the federated data source creation; otherwise, false.

Returns

Type Description
DataSourceWizardSettingsBuilder

A reference to this instance after the operation has completed.

See Also