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

IMultiQueryConfigurePageView Interface

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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