AppointmentRibbonForm.ReadOnly Property
Gets or sets whether the appointment form allows appointment modification.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if appointment modification is denied; otherwise, false. |
Remarks
The ReadOnly property indicates whether an appointment can be modified.
If the ReadOnly property is true, default editors on the form are read-only, OK, Delete and Recurrence buttons are disabled and the SchedulerStringId.Caption_ReadOnly string is added to the appointment form caption.
See Also