Skip to main content

ChooseObjectBindingModePage(IWizardRunnerContext, IChooseObjectBindingModePageView, OperationMode) Constructor

Initializes a new instance of the ChooseObjectBindingModePage<TModel> class with the specified settings.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ChooseObjectBindingModePage(
    IWizardRunnerContext context,
    IChooseObjectBindingModePageView view,
    OperationMode operationMode
)

Parameters

Name Type Description
context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface.

view IChooseObjectBindingModePageView

An object implementing the IChooseObjectBindingModePageView interface.

operationMode OperationMode

An OperationMode enumeration value.

See Also