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

AppointmentDescriptionPresenter.SeparatorThickness Property

Gets or sets the width of the line above the description text block. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v20.1.dll

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

Declaration

public double SeparatorThickness { get; set; }

Property Value

Type Description
Double

A Thickness value.

See Also