Skip to main content

AppointmentForm.ReadOnly Property

Gets or sets whether the appointment form allows appointment modification.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ReadOnly { get; set; }

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