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

Declaration

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

Type Parameters

Name
TModel

Remarks

The following image illustrates this wizard page (as used in the Snap control).

ChooseDataSourceNamePage

This presenter is associated with views implementing the IChooseDataSourceNamePageView interface.

See Also