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

IMultiQueryConfigurePageView Interface

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.dll

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