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

    Lists values that specify the toolbox view mode.

    Namespace: DevExpress.Web.ASPxDiagram

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

    NuGet Package: DevExpress.Web

    Declaration

    public enum DiagramToolboxViewMode

    Members

    Name Description
    Window

    The UI element is displayed as a floating window.

    DockPanel

    The UI element is docked to a diagram side.

    Auto

    The UI element is displayed as a floating window on desktop devices. On mobile devices the element is docked to a diagram side.

    Related API Members

    The following properties accept/return DiagramToolboxViewMode values:

    See Also