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

DiagramControl.OptionsProtection Property

Contains options that control the ability of the end-user to perform certain operations.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Options")]
public DiagramOptionsProtection OptionsProtection { get; }

Property Value

Type Description
DiagramOptionsProtection

A DiagramOptionsProtection object that stores the protection settings.

See Also