Skip to main content

DxSchedulerAppointmentItem(SchedulerAppointmentType) Constructor

Initializes a new DxSchedulerAppointmentItem class instance with the specified type.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem(
    SchedulerAppointmentType type
)

Parameters

Name Type Description
type SchedulerAppointmentType

The appointment type.

See Also