Skip to main content

CustomAppointmentBackgroundEventArgs(AppointmentItem, Brush) Constructor

Initializes a new instance of the CustomAppointmentBackgroundEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public CustomAppointmentBackgroundEventArgs(
    AppointmentItem item,
    Brush background
)

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