Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Brush ActualBackground { get; }

Property Value

Type Description
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