ASPxDiagram.SettingsEditing Property
Provides access to the ASPxDiagram‘s edit settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
.
See Also