EFFiltersViewModel.Filters Property
Provides access to the collection of Entity Framework data source filters.
Namespace: DevExpress.DataAccess.UI.EntityFramework
Assembly: DevExpress.DataAccess.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IList<DBSetFilterViewModel> | A collection of DBSetFilterViewModel objects. |
See Also