DxSchedulerAppointmentItem(SchedulerAppointmentType) Constructor
Initializes a new DxSchedulerAppointmentItem class instance with the specified type.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerAppointmentItem(
SchedulerAppointmentType type
)
Parameters
| Name | Type | Description |
|---|---|---|
| type | SchedulerAppointmentType | The appointment type. |
See Also