Skip to main content

AppointmentItem(AppointmentType) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItem(
    AppointmentType type
)

Parameters

Name Type Description
type AppointmentType

An AppointmentType enumeration member that specifies the appointment type.

See Also