Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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