DiagramOptionsProtection Class
In This Article
Contains settings that allow you to restrict specific end-user actions.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#Related API Members
The following members return DiagramOptionsProtection objects:
#Remarks
You can restrict end-user actions by setting the DiagramOptionsProtection.IsReadOnly property to true. Setting the desired DiagramOptionsProtection options to true overrides the IsReadOnly property.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraDiagram.Options.DiagramOptionsBase
DiagramOptionsProtection
See Also