Back to Devexpress

AppointmentDescriptionPresenter.SeparatorBrush Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-visual-dot-appointmentdescriptionpresenter.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public Brush SeparatorBrush { get; set; }
vb
Public Property SeparatorBrush As Brush

Property Value

TypeDescription
Brush

A Brush object used to paint the separator line.

|

See Also

AppointmentDescriptionPresenter Class

AppointmentDescriptionPresenter Members

DevExpress.Xpf.Scheduling.Visual Namespace