Skip to main content

AppointmentFormEventArgs.ReadOnly Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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