Skip to main content
All docs
V23.2

ASPxDiagram.SettingsEditing Property

Provides access to the ASPxDiagram‘s edit settings.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DiagramEditingSettings SettingsEditing { get; }

Property Value

Type Description
DiagramEditingSettings

An object that contains edit settings.

Remarks

Use the SettingsEditing property to access options that prohibit edit operations.

You can handle the RequestEditOperation event to implement custom logic that determines whether the operation is allowed.

To protect the ASPxDiagram control from all edit operations, set the ReadOnly property to true.

Run Demo: Web Forms Diagram - Editing Restrictions

See Also