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

ToggleSwitchEditSettings.CheckedStateContentTemplate Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

Declaration

public DataTemplate CheckedStateContentTemplate { 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 CheckedStateContentTemplate property to specify the appearance of a checked state content within the in-place ToggleSwitchEdit.

See Also