Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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