Skip to main content
All docs
V23.2

ToggleSwitchEdit.UndefinedStateContent Property

Gets or sets the content that is displayed when the toggle switch edit is in the undefined state. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object UndefinedStateContent { get; set; }

Property Value

Type Description
Object

The content of the toggle switch.

See Also