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

ASPxDiagram.ClientReadOnly Property

Specifies whether the ASPxDiagram control is read-only on the client side.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the editor is read only on the client side; otherwise, false.

See Also