Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.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