Skip to main content
All docs
V26.1
  • ToggleSwitchEditSettings.SwitchThumbTemplate Property

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

    Namespace: DevExpress.Xpf.Editors.Settings

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public DataTemplate SwitchThumbTemplate { get; set; }

    Property Value

    Type Description
    DataTemplate

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

    See Also