Skip to main content

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.v24.2.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 (as used in the Snap control).

ChooseDataSourceNamePage

This presenter is associated with views implementing the IChooseDataSourceNamePageView interface.

See Also