BoolList.Clear() Method
Removes all key/value pairs from the BoolList‘s collection.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
When a BoolList does not contain any key/value pairs, the BoolList.ResultValue is defined by the emptyListValue parameter passed to the BoolList‘s BoolList constructor.
See Also