Skip to main content

ConfigureXPObjectSourceConnectionPropertiesPage<TModel> Class

Provides a presenter to the Specify a Connection String 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 ConfigureXPObjectSourceConnectionPropertiesPage<TModel> :
    ConnectionPropertiesPageBase<TModel>
    where TModel : class, IXPObjectSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConnectionPropertiesPageView interface.

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

See Also