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
Declaration
[DefaultValue(false)]
public bool ClientReadOnly { get; set; }
<DefaultValue(False)>
Public Property ClientReadOnly As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if the editor is read only on the client side; otherwise, false. |
See Also
Feedback