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

ToggleSwitchEdit.UncheckedStateContentTemplate Property

Gets or sets the template that defines the appearance of the ToggleSwitchEdit‘s unchecked state content.

Namespace: DevExpress.Xpf.Editors

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

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 the ToggleSwitchEdit‘s content when the ToggleSwitchEdit.IsChecked property is set to false.

See Also