aspnet-devexpress-dot-web-a8002193.md
Lists values which specify the validity of a condition (indicates whether the condition is true or false).
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum AutoBoolean
Public Enum AutoBoolean
| Name | Description |
|---|---|
Auto |
The value is determined automatically, based on the type of the end-user’s device: touch or non-touch.
|
| True |
Corresponds to a Boolean value of true.
|
| False |
Corresponds to a Boolean value of false.
|
The following properties accept/return AutoBoolean values:
Show 20 items
See Also