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

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.v22.2.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