Skip to main content

ToggleSwitchEditSettings.UncheckedStateContentTemplate Property

Gets or sets the template that defines the unchecked state content of an in-place ToggleSwitchEdit. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate UncheckedStateContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

A ControlTemplate object representing the template that defines the appearance of the editor’s content.

Remarks

Use the UncheckedStateContentTemplate property to specify the appearance of an unchecked state content within the in-place ToggleSwitchEdit.

See Also