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

AppointmentModificationControllerBase.StatusKey Property

Gets or sets the identifier of the availability status (Appointment.StatusKey property), associated with the appointment.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public virtual object StatusKey { get; set; }

Property Value

Type Description
Object

An object that is the identifier of the IAppointmentStatus object.

See Also