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

AppointmentDependencyFormEventArgs.ReadOnly Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public bool ReadOnly { get; }

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