ChooseXPObjectSourceEntityTypePage<TModel> Class
Provides a presenter to the Choose an Entity Type 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 ChooseXPObjectSourceEntityTypePage<TModel> :
WizardPageBase<IChooseXPObjectSourceEntityTypePageView, TModel>
where TModel : class, IXPObjectSourceModel
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IChooseXPObjectSourceEntityTypePageView interface.
You can create a descendant of this class to customize logic behind the Choose an Entity Type wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.
Inheritance
Object
WizardPageBase<IChooseXPObjectSourceEntityTypePageView, TModel>
ChooseXPObjectSourceEntityTypePage<TModel>
See Also