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

EFFiltersCollection.Count Property

Counts the filters that are available in a collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value, specifying the item count.

See Also