Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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