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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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:
- The value of the AppointmentControl.Background property, if specified;
- The value of the CustomAppointmentBackgroundEventArgs.Background property if the SchedulerControl.CustomAppointmentBackground event is handled;
- The SolidColorBrush created from the color assigned to the appointment label.
See Also