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

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

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