maui-devexpress-dot-maui-dot-charts-62ca88b7.md
Lists values which specify the validity of a condition (indicates whether the condition is true or false).
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public enum DefaultBoolean
| Name | Description |
|---|---|
Default |
The value is determined by the current object’s parent object setting (for example, a control setting).
|
| True |
Corresponds to a Boolean value of true.
|
| False |
Corresponds to a Boolean value of false.
|
The following properties accept/return DefaultBoolean values:
YieldIfNotNull<DefaultBoolean>()
See Also