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

DiagramControl.AllowPropertiesPanel Property

Specifies whether to display the ‘Properties’ menu item in the context menu. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public bool AllowPropertiesPanel { get; set; }

Property Value

Type Description
Boolean

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

Remarks

To hide the Properties Panel, set the DiagramControl.PropertiesPanelVisibility property to PropertiesPanelVisibility.Closed.

See Also