Skip to main content

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.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual object StatusKey { get; set; }

Property Value

Type Description
Object

An object that is the identifier of the IAppointmentStatus object.

See Also