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

ToggleSwitchEditSettings.SwitchBorderTemplate Property

Gets or sets a template used to render the editor’s background. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DataTemplate SwitchBorderTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object representing the template that defines the appearance of the editor’s background.

See Also