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

DxSchedulerAppointmentView.Status Property

Returns the appointment’s status.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentStatusItem Status { get; }

Property Value

Type Description
DxSchedulerAppointmentStatusItem

The appointment’s availability status.

Remarks

Refer to DxSchedulerAppointmentView for examples.

See Also