Skip to main content

IMultiQueryConfigureParametersPageView Interface

In This Article

If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public interface IMultiQueryConfigureParametersPageView

#Remarks

The MultiQueryConfigureParametersPageView class provides a default implementation of the IMultiQueryConfigureParametersPageView interface in WinForms applications.

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

See Also