Skip to main content

IMultiQueryConfigurePageView Interface

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public interface IMultiQueryConfigurePageView

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