windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-1e1a6baa.md
Use the OptionsView.PropertiesPanelVisibility property instead.
Gets or sets the Properties Panel display mode.
Namespace : DevExpress.XtraDiagram.Options
Assembly : DevExpress.XtraDiagram.v25.2.dll
NuGet Package : DevExpress.Win.Diagram
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsView.PropertiesPanelVisibility property instead.")]
public PropertiesPanelVisibility PropertiesPanelVisibility { get; set; }
<Obsolete("Use the OptionsView.PropertiesPanelVisibility property instead.")>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property PropertiesPanelVisibility As PropertiesPanelVisibility
| Type | Description |
|---|---|
| PropertiesPanelVisibility |
A PropertiesPanelVisibility enumeration value.
|
Available values:
| Name | Description |
|---|---|
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to PropertiesPanelVisibility |
|---|---|
| DiagramControl |
.OptionsBehavior .PropertiesPanelVisibility
|
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