AppointmentItem(AppointmentType) Constructor
Initializes a new instance of the AppointmentItem class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | AppointmentType | An AppointmentType enumeration member that specifies the appointment type. |
See Also