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

ToggleSwitchDisplayMode Enum

Lists values that specify when the element (a radio button or check box) should be displayed as a toggle switch.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ToggleSwitchDisplayMode

Members

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.

Related API Members

See Also