Back to Devexpress

AppointmentControl.ActualBackground Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-visual-dot-appointmentcontrol-86ff8485.md

latest2.1 KB
Original Source

AppointmentControl.ActualBackground Property

Gets the brush used to paint the background of the visual appointment. 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 ActualBackground { get; }
vb
Public ReadOnly Property ActualBackground As Brush

Property Value

TypeDescription
Brush

A Brush object used to paint the appointment background.

|

Remarks

The ActualBackground value is the brush actually used to paint the appointment background. It is determined in the following order:

See Also

AppointmentControl Class

AppointmentControl Members

DevExpress.Xpf.Scheduling.Visual Namespace