Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentItem(SchedulerAppointmentType) Constructor

Initializes a new DxSchedulerAppointmentItem class instance with the specified type.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem(
    SchedulerAppointmentType type
)

Parameters

Name Type Description
type SchedulerAppointmentType

The appointment type.

See Also