Back to Devexpress

ASPxDiagram.SimpleView Property

aspnet-devexpress-dot-web-dot-aspxdiagram-dot-aspxdiagram-89be9586.md

latest1.6 KB
Original Source

ASPxDiagram.SimpleView Property

Switches the ASPxDiagram control to simple view mode.

Namespace : DevExpress.Web.ASPxDiagram

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool SimpleView { get; set; }
vb
<DefaultValue(False)>
Public Property SimpleView As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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.

Users can enable and disable the mode via the UI.

Run Demo: Simple View

See Also

ASPxDiagram Class

ASPxDiagram Members

DevExpress.Web.ASPxDiagram Namespace