Back to Devexpress

AutoBoolean Enum

aspnet-devexpress-dot-web-a8002193.md

latest3.4 KB
Original Source

AutoBoolean Enum

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

Declaration

csharp
public enum AutoBoolean
vb
Public Enum AutoBoolean

Members

NameDescription
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

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapRibbon.OneLineMode
ASP.NET Web Forms ControlsASPxDataViewBase.EnablePagingGestures
ASPxGridBase.EnablePagingGestures
ASPxPivotGrid.EnablePagingGestures
ASPxScheduler.EnableChangeVisibleIntervalGestures
ASPxScheduler.EnablePagingGestures
ASPxTreeList.EnablePagingGestures
GridCustomizationWindowPopupSettings.CloseOnEscape
GridEditFormPopupSettings.CloseOnEscape
GridHeaderFilterPopupSettings.CloseOnEscape
GridViewProperties.EnablePagingGestures
ImageSliderBehaviorSettings.EnablePagingByClick
TreeListSettingsPopupEditForm.CloseOnEscape
ASP.NET MVC ExtensionsDataViewSettingsBase.EnablePagingGestures
GridSettingsBase.EnablePagingGestures
MVCxGridViewProperties.EnablePagingGestures
PivotGridSettings.EnablePagingGestures
SchedulerSettings.EnableChangeVisibleIntervalGestures
SchedulerSettings.EnablePagingGestures
TreeListSettings.EnablePagingGestures

See Also

DevExpress.Web Namespace