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

DxSchedulerAppointmentItem.StatusId Property

Specifies the identifier of the status object associated with the appointment.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public object StatusId { get; set; }

Property Value

Type Description
Object

An object that specifies the unique identifier of the DxSchedulerAppointmentStatusItem.

See Also