Skip to main content
All docs
V25.1
  • ChooseDataProviderPage<TModel> Class

    Supplies a presenter for the Select a data connection type page of the Data Source Wizard.

    Namespace: DevExpress.DataAccess.Wizard.Presenters

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public class ChooseDataProviderPage<TModel> :
        WizardPageBase<IChooseDataProviderPageView, TModel>
        where TModel : class, IDataSourceModel

    Type Parameters

    Name
    TModel

    Remarks

    This presenter class generates the UI you see below (the Select a data connection type wizard page).

    Select a Data Connection Type

    This presenter is associated with views that implement the IChooseDataProviderPageView interface.

    See Also