Back to Devexpress

ChooseDataProviderPage<TModel> Class

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-presenters-dot-choosedataproviderpage-1.md

latest2.2 KB
Original Source

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.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class ChooseDataProviderPage<TModel> :
    WizardPageBase<IChooseDataProviderPageView, TModel>
    where TModel : class, IDataSourceModel
vb
Public Class ChooseDataProviderPage(Of TModel As {Class, IDataSourceModel})
    Inherits WizardPageBase(Of IChooseDataProviderPageView, TModel)

Type Parameters

Name
TModel

Remarks

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

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

Inheritance

Object WizardPageBase<IChooseDataProviderPageView, TModel> ChooseDataProviderPage<TModel> DashboardChooseDataProviderPage<TModel>

See Also

ChooseDataProviderPage<TModel> Members

DevExpress.DataAccess.Wizard.Presenters Namespace