ChooseObjectBindingModePageEx<TModel> Class
Provides a presenter to the Select the Data Binding Mode page of the Report Wizard.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public class ChooseObjectBindingModePageEx<TModel> :
ChooseObjectBindingModePage<TModel>
where TModel : XtraReportModel
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IChooseObjectBindingModePageView interface.
Inheritance
Object
WizardPageBase<IChooseObjectBindingModePageView, TModel>
ChooseObjectBindingModePage<TModel>
ChooseObjectBindingModePageEx<TModel>
See Also