Back to Devexpress

DiagramOptionsProtection Class

windowsforms-devexpress-dot-xtradiagram-dot-options.md

latest1.7 KB
Original Source

DiagramOptionsProtection Class

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

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public class DiagramOptionsProtection :
    DiagramOptionsBase
vb
Public Class DiagramOptionsProtection
    Inherits 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

DiagramOptionsProtection Members

DevExpress.XtraDiagram.Options Namespace