Skip to main content
A newer version of this page is available. .

DiagramOptionsProtection Class

Contains settings that allow you to restrict specific end-user actions.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public class DiagramOptionsProtection :
    DiagramOptionsBase

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