Skip to main content
All docs
V25.1
  • DiagramPanelVisibility Enum

    Lists values that specify diagram panels’ visibility.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public enum DiagramPanelVisibility

    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