Skip to main content
All docs
V24.1

DxWizardSettings.EnableFederationDataSource Property

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

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v24.1.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool EnableFederationDataSource { get; set; }

Property Value

Type Description
Boolean

true to allow users to create a federated data source; otherwise, false.

See Also