Skip to main content

ChooseObjectBindingModePage<TModel> Class

Provides a presenter to the Select the Data Binding Mode page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class ChooseObjectBindingModePage<TModel> :
    WizardPageBase<IChooseObjectBindingModePageView, TModel>
    where TModel : class, IObjectDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseObjectBindingModePageView interface.

See Also