Skip to main content

AppointmentItem.StatusId Property

Gets or sets the unique identifier of the status object associated with the appointment.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public object StatusId { get; set; }

Property Value

Type Description
Object

An object that is the unique identifier of the DevExpress.WinUI.Scheduler.AppointmentStatusItem object.

See Also