AppointmentDependencyFormEventArgs.ReadOnly Property
Gets a value indicating whether an appointment dependency is read-only.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the dependency is read-only; otherwise, false. |
Remarks
If the appointment dependency is read-only, all controls on the dialog form are disabled except Delete and Cancel buttons.
See Also