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

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

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

Declaration

public object CheckedStateContent { get; set; }

Property Value

Type Description
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.

ToggleSwitchEdit visual elements

See Also