Skip to main content
All docs
V23.2

IDashboardFederationDataSourceModel Interface

If implemented, accumulates intermediate Federated data source settings while the Data Source Wizard is running.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public interface IDashboardFederationDataSourceModel :
    IFederationDataSourceModel,
    IDataComponentModel,
    IWizardModel,
    ICloneable
See Also