Skip to main content
All docs
V19.2
Tab

ASPxRadioButton.ToggleSwitchDisplayMode Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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