DefaultBoolean Enum
Lists values which specify the validity of a condition (indicates whether the condition is true or false).
Namespace: DevExpress.Utils
Assembly: DevExpress.Core.v19.2.dll
Declaration
public enum DefaultBoolean
Public Enum DefaultBoolean
Members
Name |
Description |
Default |
The value is determined by a control's current setting. The default value is automatically set for a control if an end-user doesn't specify a value.
|
False |
Corresponds to a Boolean value of false.
|
True |
Corresponds to a Boolean value of true.
|
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...