ReadByNonExistentKeyMode Enum
Contains values that specify how to process a situation when a BoolList is asked for a non-existent key’s value.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Members
Name | Description |
---|---|
ReturnDefault
|
Specifies that false is returned when a BoolList is asked for a non-existent key’s value. |
ThrowException
|
Specifies that an exception is thrown when a BoolList is asked for a non-existent key’s value. |
Remarks
These enumeration values are used as parameters in BoolList constructors.
See Also