Back to Devexpress

DefaultBoolean Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-3a68c802.md

latest1.7 KB
Original Source

DefaultBoolean Enum

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

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum DefaultBoolean

Members

NameDescription
Default

The value is determined by the current object’s parent object setting (e.g., 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:

See Also

DevExpress.XamarinForms.Charts Namespace