Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

RadioButtonProperties.ToggleSwitchDisplayMode Property

Gets or sets a value specifying the radio button display mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ToggleSwitchDisplayMode ToggleSwitchDisplayMode { get; set; }

Property Value

Type Description
ToggleSwitchDisplayMode

One of the ToggleSwitchDisplayMode values.

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.

Remarks

The ToggleSwitchDisplayMode property allows specifying the radio button display mode.

See Also