CustomAppointmentBackgroundEventArgs(AppointmentItem, Brush) Constructor
Initializes a new instance of the CustomAppointmentBackgroundEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | AppointmentItem | An AppointmentItem instance representing the target appointment. |
background | Brush | A Brush class descendant used to paint the appointment background. |
See Also