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

IMultiQueryConfigureParametersPageView Interface

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

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