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

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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