Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramOptionsView.PropertiesPanelVisibility Property

Gets or sets the Properties Panel display mode.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v24.2.dll

NuGet Package: DevExpress.Win.Diagram

#Declaration

[DefaultValue(PropertiesPanelVisibility.Collapsed)]
public virtual PropertiesPanelVisibility PropertiesPanelVisibility { get; set; }

#Property Value

Type Default Description
PropertiesPanelVisibility Collapsed

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.

#Property Paths

You can access this nested property as listed below:

Object Type Path 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 pin_button within the panel.

See Also