Back to Devexpress

DiagramOptionsProtection.IsReadOnly Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsprotection.md

latest2.0 KB
Original Source

DiagramOptionsProtection.IsReadOnly Property

Specifies whether to set all DiagramOptionsProtection properties to false by default.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(false)]
[DiagramCategory(DiagramCategory.Protection)]
public virtual bool IsReadOnly { get; set; }
vb
<DefaultValue(False)>
<DiagramCategory(DiagramCategory.Protection)>
Public Overridable Property IsReadOnly As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IsReadOnly
DiagramControl

.OptionsProtection .IsReadOnly

|

Remarks

Setting the desired DiagramOptionsProtection properties to true overrides the IsReadOnly option.

See Also

DiagramOptionsProtection Class

DiagramOptionsProtection Members

DevExpress.XtraDiagram.Options Namespace