ToggleSwitchEditSettings.UncheckedStateContent Property
Gets or sets the content that is displayed when the editor is in the unchecked state. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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 UncheckedStateContent property to specify the content that is displayed by the toggle switch editor in the unchecked state.
To specify the required content position, use the ToggleSwitchEditSettings.ContentPlacement property.
See Also