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

AppointmentDescriptionPresenter.SeparatorBrush Property

Gets or sets the brush used to paint a line at the top of the description text. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public Brush SeparatorBrush { get; set; }

Property Value

Type Description
Brush

A Brush object used to paint the separator line.

See Also