Skip to main content
.NET 6.0+

BoolList(Boolean) Constructor

Creates and initializes a new instance of the BoolList class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public BoolList(
    bool emptyListValue
)

Parameters

Name Type Description
emptyListValue Boolean

A Boolean value that is returned by the BoolList.ResultValue property when the created BoolList does not contain any key/value pairs.

Remarks

This constructor configures the created BoolList in the following way:

See Also