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

AppointmentDependencyForm.ReadOnly Property

Gets or sets whether the form allows editing.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

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