Skip to main content

ASPxDiagram.ClientReadOnly Property

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

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.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