Skip to main content
A newer version of this page is available. .

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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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.

Implements

IWizardPage<TModel>
See Also