Back to Devexpress

DiagramOptionsBehavior.AllowDiagramProperties Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-5cc25172.md

latest2.3 KB
Original Source

DiagramOptionsBehavior.AllowDiagramProperties Property

OBSOLETE

Use the AllowPropertiesPanel property instead.

Specifies whether to display the ‘Properties’ menu item in the context menu.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the AllowPropertiesPanel property instead.")]
public bool AllowDiagramProperties { get; set; }
vb
<Obsolete("Use the AllowPropertiesPanel property instead.")>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property AllowDiagramProperties As Boolean

Property Value

TypeDescription
Boolean

true to display the ‘Properties’ menu item in the context menu; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowDiagramProperties
DiagramControl

.OptionsBehavior .AllowDiagramProperties

|

Remarks

To hide the Properties panel, set the DiagramOptionsBehavior.PropertiesPanelVisibility property to PropertiesPanelVisibility.Closed.

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace