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

MultiQueryConfigureParametersPage<TModel> Class

Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public class MultiQueryConfigureParametersPage<TModel> :
    WizardPageBase<IMultiQueryConfigureParametersPageView, TModel>
    where TModel : class, ISqlDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IMultiQueryConfigureParametersPageView interface.

See Also