ChooseEFContextPage<TModel> Class
Provides a presenter to the Select the Data Context 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 ChooseEFContextPage<TModel> :
WizardPageBase<IChooseEFContextPageView, TModel>
where TModel : class, IEFDataSourceModel
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IChooseEFContextPageView interface.
Inheritance
See Also