Skip to main content

DefaultBoolean Enum

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

Namespace: DevExpress.WinUI.Utils

Assembly: DevExpress.WinUI.Core.v21.1.dll

Declaration

public enum DefaultBoolean

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 a control’s current setting. The default value is automatically set for a control if an end-user doesn’t specify a value.

See Also