Skip to main content
All docs
V26.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.v26.1.dll

    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