Back to Devexpress

AppointmentFormEventArgs.ReadOnly Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentformeventargs-d270a7b4.md

latest1.2 KB
Original Source

AppointmentFormEventArgs.ReadOnly Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public bool ReadOnly { get; }
vb
Public ReadOnly Property [ReadOnly] As Boolean

Property Value

TypeDescription
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

AppointmentFormEventArgs Class

AppointmentFormEventArgs Members

DevExpress.XtraScheduler Namespace