Skip to main content
All docs
V18.2

EFDataSourceUIHelper.EditFilters<TModel>(EFDataSource, EditFiltersContext) Method

Invokes the Configure Filters page of the Data Source Wizard with the specified settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public static bool EditFilters<TModel>(
    this EFDataSource dataSource,
    EditFiltersContext context
)
    where TModel : class, IEFDataSourceModel, new()

Parameters

Name Type Description
dataSource EFDataSource

A EFDataSource object.

context EditFiltersContext

An EditFiltersContext object.

Type Parameters

Name
TModel

Returns

Type Description
Boolean

true, if the dialog was closed by clicking the Finish button; otherwise, false.

See Also