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

DiagramControl.IsReadOnly Property

Specifies whether to enable all diagram protection properties. Setting specific properties to true overrides the IsReadOnly property value.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public bool IsReadOnly { get; set; }

Property Value

Type Description
Boolean

true, to disable all protection options by default; otherwise, false.

Remarks

Below is a list of diagram protection properties that allow you to restrict certain end-user operations.

If the IsReadOnly property is set to true, all these properties are set to false by default. Setting specific properties to true overrides the IsReadOnly property value.

See Also