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