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

MultiQueryConfigureParametersPageView Class

Provides a view for the Configure Query Parameters page of the Data Source Wizard in WinForms applications.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public class MultiQueryConfigureParametersPageView :
    ParametersPageViewBase,
    IMultiQueryConfigureParametersPageView

Remarks

This view routes user commands to the MultiQueryConfigureParametersPage<TModel> presenter.

This class provides a default implementations of the IMultiQueryConfigureParametersPageView interface in WinForms applications.

To learn more, see Page Views and Presenters.

See Also