ToggleSwitchEdit.CheckedStateContentTemplate Property
Gets or sets the template that defines the appearance of the ToggleSwitchEdit‘s checked state content. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object representing the template that defines the appearance of the editor’s content. |
Remarks
Use the CheckedStateContentTemplate property to specify the appearance of the ToggleSwitchEdit‘s content when the ToggleSwitchEdit.IsChecked property is set to true.
See Also