Skip to main content

IMultiQueryConfigurePageView Interface

In This Article

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.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