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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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