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

AppointmentItem(AppointmentType) Constructor

Initializes new instance of the AppointmentItem class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentItem(
    AppointmentType type
)

Parameters

Name Type Description
type AppointmentType

An AppointmentType enumeration member that specifies the appointment type.

See Also