Skip to main content
A newer version of this page is available.

BootstrapCheckBoxProperties.ToggleSwitchDisplayMode Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public ToggleSwitchDisplayMode ToggleSwitchDisplayMode { get; set; }

Property Value

Type
ToggleSwitchDisplayMode

Available values:

Name Description
Never

Never displays a check box as a toggle switch.

Auto

A check box is displayed as a toggle switch on touch devices and as a regular check box - on other devices.

Always

A check box is always displayed as a toggle switch.

See Also