AppointmentStatusEdit.EditValue Property
Gets or sets the editor’s value.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Object | A Object value. |
Remarks
You should use the AppointmentStatusEdit.Status value in the appointment editing form implementation. The EditValue property is for compatibility only.
See Also