ChooseObjectAssemblyPage<TModel> Class
Provides a presenter to the Select an Assembly 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 ChooseObjectAssemblyPage<TModel> :
WizardPageBase<IChooseObjectAssemblyPageView, TModel>
where TModel : class, IObjectDataSourceModel
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IChooseObjectAssemblyPageView interface.
Inheritance
See Also