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

ConfigureEFFiltersPage<TModel> Class

Provides a presenter to the Configure Filters page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public class ConfigureEFFiltersPage<TModel> :
    WizardPageBase<IConfigureEFFiltersPageView, TModel>
    where TModel : class, IEFDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureEFFiltersPageView interface.

Inheritance

See Also