Skip to main content

DiagramOptionsProtection Class

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

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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