Skip to main content

AppointmentItem.StatusId Property

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public object StatusId { get; set; }

#Property Value

Type Description
Object

The unique identifier of the AppointmentStatusItem or its source object.

See Also