AppointmentModificationControllerBase.StatusId Property
OBSOLETE
Use the StatusKey property instead.
Gets or sets the integer identifier of the availability status, associated with the appointment. Obsolete. Use the AppointmentModificationControllerBase.StatusKey property instead.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer that is the identifier of the IAppointmentStatus object. |
Remarks
The StatusId property works correctly only if the status identifier is an integer. Otherwise it returns 0. In general, use the Appointment.StatusKey property instead, since it works with any object type used as a label identifier.
See Also