Skip to main content

ConfigureEFFiltersPage<TModel> Class

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v24.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