BoolList() Constructor
Creates and initializes a new instance of the BoolList class with the default parameters.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
This constructor configures the created BoolList in the following way:
- The BoolListOperatorType mode is set to BoolListOperatorType.And.
- The ReadByNonExistentKeyMode mode is set to ReadByNonExistentKeyMode.ReturnDefault.
- When the BoolList does not contain any key/value pairs, the BoolList.ResultValue property returns true.
See Also