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

CustomAppointmentBackgroundEventArgs(AppointmentItem, Brush) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

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