Back to Devexpress

DiagramControl.PropertiesPanelVisibility Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-d1ed7bf5.md

latest2.2 KB
Original Source

DiagramControl.PropertiesPanelVisibility Property

Gets or sets the Properties Panel display mode. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public PropertiesPanelVisibility PropertiesPanelVisibility { get; set; }
vb
Public Property PropertiesPanelVisibility As PropertiesPanelVisibility

Property Value

TypeDescription
PropertiesPanelVisibility

A PropertiesPanelVisibility enumeration value.

|

Available values:

NameDescription
Visible

The Properties panel is fully expanded.

| | Collapsed |

The Properties panel is hidden and can be invoked by the end-user by hovering the Properties tab.

| | Closed |

The Properties panel is closed.

|

Remarks

Set the PropertiesPanelVisibility property to PropertiesPanelVisibility.Collapsed to enable the auto-hide mode. In this mode, the Properties panel can be invoked by the end-user by hovering the Properties tab. End-users can toggle between PropertiesPanelVisibility.Collapsed and PropertiesPanelVisibility.Visible modes by clicking the pin button within the panel.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace