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

ConfigureEFFiltersPage(IConfigureEFFiltersPageView) Constructor

Initializes a new instance of the ConfigureEFFiltersPage<TModel> class with the specified view.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ConfigureEFFiltersPage(
    IConfigureEFFiltersPageView view
)

Parameters

Name Type Description
view IConfigureEFFiltersPageView

An object implementing the IConfigureEFFiltersPageView interface.

See Also