DiagramPanelVisibility Enum
Lists values that specify diagram panels’ visibility.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
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. |
Auto
|
The panel is disabled when the diagram is read-only. |
Related API Members
The following properties accept/return DiagramPanelVisibility values:
See Also