AppointmentItem.StatusId Property
Gets or sets the unique identifier of the status object associated with the appointment.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public object StatusId { get; set; }
Property Value
Type | Description |
---|---|
Object | The unique identifier of the AppointmentStatusItem or its source object. |
See Also