Skip to main content

AppointmentControl.BorderBrush Property

Gets or sets the brush used to paint the appointment borders. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Brush BorderBrush { get; set; }

Property Value

Type Description
Brush

A Brush object used to paint the appointment borders.

See Also