Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum ReadByNonExistentKeyMode

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