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

AppointmentItem.StatusId Property

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

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v19.2.dll

Declaration

public object StatusId { get; set; }

Property Value

Type Description
Object

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

See Also