Skip to main content

EFFiltersCollection.Count Property

Counts the filters that are available in a collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value, specifying the item count.

See Also