Skip to main content
All docs
V25.1
  • SplitButton.SeparatorThickness Property

    Gets or sets the thickness of the separator between the main button and dropdown button. This is a dependency property.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public Thickness SeparatorThickness { get; set; }

    Property Value

    Type Description
    Thickness

    The thickness of the separator between the main button and dropdown button.

    See Also