Skip to main content

IXPObjectSourceModel Interface

If implemented, accumulates intermediate XPO data source settings 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 IXPObjectSourceModel :
    ISqlDataConnectionModel,
    IDataComponentModelWithConnection,
    IDataComponentModel,
    IWizardModel,
    ICloneable
See Also