Back to Devexpress

DiagramOptionsView.PropertiesPanelVisibility Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsview-6c2e43a0.md

latest2.8 KB
Original Source

DiagramOptionsView.PropertiesPanelVisibility Property

Gets or sets the Properties Panel display mode.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(PropertiesPanelVisibility.Collapsed)]
public virtual PropertiesPanelVisibility PropertiesPanelVisibility { get; set; }
vb
<DefaultValue(PropertiesPanelVisibility.Collapsed)>
Public Overridable Property PropertiesPanelVisibility As PropertiesPanelVisibility

Property Value

TypeDefaultDescription
PropertiesPanelVisibilityCollapsed

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PropertiesPanelVisibility
DiagramControl

.OptionsView .PropertiesPanelVisibility

|

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

DiagramOptionsView Class

DiagramOptionsView Members

DevExpress.XtraDiagram.Options Namespace