AppointmentFormEventArgs.ReadOnly Property
Gets a value indicating whether an appointment is read-only.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the appointment is read-only; otherwise, false. |
Remarks
If the appointment is read-only, all controls on the Edit Appointment form are disabled.
See Also