Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BoolList.Count Property

Indicates the number of key/value pairs contained in the BoolList‘s collection.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value representing the number of key/value pairs contained in the BoolList‘s collection.

See Also