Skip to main content
.NET 6.0+

BoolList.Count Property

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

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.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