AppointmentItem(AppointmentType) Constructor
Initializes a new instance of the AppointmentItem class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public AppointmentItem(
AppointmentType type
)
Parameters
| Name | Type | Description |
|---|---|---|
| type | AppointmentType | The appointment type. |
See Also