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

ChooseDataSourceNamePage<TModel> Class

Provides a presenter to the Enter the Data Source Name page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v22.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public class ChooseDataSourceNamePage<TModel> :
    WizardPageBase<IChooseDataSourceNamePageView, TModel>
    where TModel : class, IDataSourceModel

Type Parameters

Name
TModel

Remarks

The following image illustrates this wizard page.

ChooseDataSourceNamePage

This presenter is associated with views implementing the IChooseDataSourceNamePageView interface.

See Also