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

EFDataSource.Filters Property

Provides access to the collection of Entity Framework data source filters.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[TypeConverter("DevExpress.DataAccess.UI.Native.EntityFramework.EFFiltersTypeConverter,DevExpress.DataAccess.v18.2.UI")]
public EFFiltersCollection Filters { get; }

Property Value

Type Description
EFFiltersCollection

A EFFiltersCollection object.

See Also