Skip to main content
A newer version of this page is available. .

AppointmentForm.ReadOnly Property

Gets or sets whether the appointment form allows appointment modification.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
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