Skip to main content

EFFiltersViewModel.Filters Property

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

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public IList<DBSetFilterViewModel> Filters { get; }

Property Value

Type Description
IList<DBSetFilterViewModel>

A collection of DBSetFilterViewModel objects.

See Also