AppointmentItem.StatusId Property
In This Article
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 Appointment |
See Also