Skip to main content
JS

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

DiagramPanelVisibility Enum

In This Article

Specifies the panel’s visibility.

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

#Declaration

C#
[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramPanelVisibility

#Members

Name Description
Auto

The panel is disabled when the diagram is read-only.

Visible

The panel is initially visible.

Collapsed

The panel is collapsed initially.

Disabled

The panel is disabled. An element that can invoke the panel is hidden.

See Also