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

AppointmentFormEventArgs.ReadOnly Property

Gets a value indicating whether an appointment is read-only.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public bool ReadOnly { get; }

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