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.Utils

Assembly: DevExpress.Mobile.Core.v18.2.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 the current object’s parent object setting (e.g., a control setting).

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.

See Also