Skip to main content

DefaultBoolean Enum

In This Article

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v14.2.dll

#Declaration

[TypeConverter(typeof(DefaultBooleanConverter))]
[ResourceFinder(typeof(ResFinder))]
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