Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Diagram

#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