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.1.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).
This presenter is associated with views implementing the IChooseDataSourceNamePageView interface.
Inheritance
Object
See Also