Skip to main content

DefaultBoolean Enum

Lists values which specify the validity of a condition (indicates whether the condition is true or false).

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum DefaultBoolean

Members

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

Note

In Visual Basic, do not use implicit conversion of Boolean values to DefaultBoolean, and vice versa, as the conversion may produce incorrect results.

See Also