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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(DefaultBooleanConverter))]
public enum DefaultBoolean
Members
Name | Description | Return Value |
---|---|---|
True
|
The value is true. |
|
False
|
The value is false. |
|
Default
|
The value is specified by a global option or a higher-level object. |
|
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