Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

[Obsolete("Use the StatusKey property instead.")]
public int StatusId { get; set; }

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