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

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.v19.1.dll

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