Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • DiagramPanelVisibility Enum

    Lists values that specify diagram panels’ visibility.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v20.2.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