AppointmentFormController.Status Property
OBSOLETE
Use AppointmentStatus instead.
Gets or sets the status of the appointment currently being edited in the form.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[Obsolete("Use AppointmentStatus instead.", false)]
public AppointmentStatus Status { get; set; }
Property Value
Type | Description |
---|---|
AppointmentStatus | An AppointmentStatus object which is the status of the appointment. |
Remarks
Use the Status property to specify the status of the appointment that is currently being edited in the custom Edit Appointment form.
See Also