Back to Devexpress

AppointmentControl.Background Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-visual-dot-appointmentcontrol-06f6095b.md

latest1.7 KB
Original Source

AppointmentControl.Background Property

Gets or sets the brush used to paint the visual appointment background. 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 Background { get; set; }
vb
Public Property Background As Brush

Property Value

TypeDescription
Brush

A Brush object used to paint the appointment background.

|

Remarks

Set the Background property to override the appointment label color or the brush assigned in the SchedulerControl.CustomAppointmentBackground event handler.

Tip

The AppointmentControl.ActualBackground property gets the brush actually used to paint the visual appointment background.

See Also

AppointmentControl Class

AppointmentControl Members

DevExpress.Xpf.Scheduling.Visual Namespace