DefaultBoolean Enum
Lists values which specify the validity of a condition (indicates whether the condition is true or false).
Namespace: DevExpress.Utils
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
Members
Name | Description |
---|---|
True
|
Corresponds to a Boolean value of true. |
False
|
Corresponds to a Boolean value of false. |
Default
|
The value is determined by the current object’s parent object setting (e.g., a control setting). |
Related API Members
The following properties accept/return DefaultBoolean values:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
For example, the DefaultBoolean enumeration values are used by the GridColumn.AllowSort and GridColumn.AllowGroup properties.