Skip to main content
All docs
V25.1
  • ASPxDiagram.SimpleView Property

    Switches the ASPxDiagram control to simple view mode.

    Namespace: DevExpress.Web.ASPxDiagram

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

    #Declaration

    [DefaultValue(false)]
    public bool SimpleView { get; set; }

    #Property Value

    Type Default Description
    Boolean false

    true, to enable simple view mode; otherwise, false.

    #Remarks

    In simple view mode, the control does not divide the work area into pages and the diagram’s content occupies all the available area inside the component.

    Diagram Simple View

    Users can enable and disable the mode via the UI.

    Diagram Settings

    Run Demo: Simple View

    See Also