ReadByNonExistentKeyMode Enum
In This Article
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.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
Return
|
Specifies that false is returned when a Bool |
Throw
|
Specifies that an exception is thrown when a Bool |
#Remarks
These enumeration values are used as parameters in BoolList constructors.
See Also