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

AppointmentItem(AppointmentType) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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