Skip to main content

IDataComponentModelWithConnection Interface

The base for interfaces that accumulate intermediate settings of data sources with data connections during the execution of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public interface IDataComponentModelWithConnection :
    IDataComponentModel,
    IWizardModel,
    ICloneable
See Also