Back to Devexpress

ToggleSwitch.UncheckedStateContent Property

wpf-devexpress-dot-xpf-dot-editors-dot-toggleswitch-6f05db85.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object UncheckedStateContent { get; set; }
vb
Public Property UncheckedStateContent As Object

Property Value

TypeDescription
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.

See Also

ToggleSwitch Class

ToggleSwitch Members

DevExpress.Xpf.Editors Namespace