Skip to main content

EFFiltersCollection.Count Property

Counts the filters that are available in a collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public int Count { get; }

#Property Value

Type Description
Int32

An integer value, specifying the item count.

See Also