IMultiQueryConfigurePageView Interface
If implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) 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 MultiQueryConfigurePageView class provides a default implementations of the IMultiQueryConfigurePageView interface in WinForms applications.
This view routes user commands to the MultiQueryConfigurePage<TModel> presenter.
See Also