Back to Devexpress

ToggleSwitchEdit.CheckedStateContent Property

wpf-devexpress-dot-xpf-dot-editors-dot-toggleswitchedit-22944006.md

latest1.6 KB
Original Source

ToggleSwitchEdit.CheckedStateContent Property

Gets or sets the content that is displayed when the editor is in the checked state. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Object

An object that is the content of the toggle switch editor.

|

Remarks

The toggle switch editor consists of the toggle switch and a content area.

Use the CheckedStateContent property to specify the content that is displayed by the toggle switch editor in the checked state.

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

See Also

ToggleSwitchEdit Class

ToggleSwitchEdit Members

DevExpress.Xpf.Editors Namespace