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

ChooseXPObjectSourceConnectionPage<TModel> Class

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class ChooseXPObjectSourceConnectionPage<TModel> :
    ChooseConnectionPageBase<TModel>
    where TModel : class, IXPObjectSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseConnectionPageView interface.

You can create a descendant of this class to customize logic behind the Select a Data Connection wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

See Also