Skip to main content

AppointmentDependencyForm.ReadOnly Property

Gets or sets whether the form allows editing.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(false)]
public bool ReadOnly { get; set; }

Property Value

Type Default Description
Boolean false

true to open a form in read-only mode; otherwise, false.

See Also