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

ToggleSwitch.UncheckedStateContent Property

Gets or sets the content that is displayed when the toggle switch is in the unchecked state.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public object UncheckedStateContent { get; set; }

Property Value

Type Description
Object

An object that is the content of the toggle switch.

Remarks

Use the UncheckedStateContent property to specify the content that is displayed by the toggle switch in the unchecked state.

To specify the required content position, use the ToggleSwitch.ContentPlacement property.

ToggleSwitchEdit visual elements

See Also