ToggleSwitch.UncheckedStateContentTemplate Property
Gets or sets the template that defines the appearance of the control’s unchecked state content.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A ControlTemplate object representing the template that defines the appearance of the control’s content. |
Remarks
Use the UncheckedStateContentTemplate property to specify the appearance of the control’s unchecked state content.
See Also