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

EFFiltersViewModel.Filters Property

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

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public IList<DBSetFilterViewModel> Filters { get; }

Property Value

Type Description
IList<DBSetFilterViewModel>

A collection of DBSetFilterViewModel objects.

See Also