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

AppointmentControl.SelectionBorderBrush Property

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

Namespace: DevExpress.Xpf.Scheduling.Visual

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

Declaration

public Brush SelectionBorderBrush { get; set; }

Property Value

Type Description
Brush

A Brush object used to paint the selected appointment’s borders.

See Also