Skip to main content
A newer version of this page is available. .

ASPxDiagram.SimpleView Property

Switches the ASPxDiagram control to simple view mode.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

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