Skip to main content
A newer version of this page is available. .

ChooseObjectTypePage<TModel> Class

Provides a presenter to the Select a Data Source Type page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class ChooseObjectTypePage<TModel> :
    WizardPageBase<IChooseObjectTypePageView, TModel>
    where TModel : class, IObjectDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseObjectTypePageView interface.

See Also