Skip to main content

DxSchedulerAppointmentView.Status Property

Returns the appointment’s status.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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