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

ConfigureEFFiltersPageView Class

Provides a view for the Configure Filters page of the Data Source Wizard in WinForms applications.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public class ConfigureEFFiltersPageView :
    WizardViewBase,
    IConfigureEFFiltersPageView

Remarks

This view routes user commands to the ConfigureEFFiltersPage<TModel> presenter.

Depending on the target platform of your application, the following classes provide default implementations of the IConfigureEFFiltersPageView interface.

Platform Page View
WinForms ConfigureEFFiltersPageView
WPF ConfigureEFFiltersPage

To learn more, see Wizard Customization API.

See Also