Skip to main content
All docs
V26.1
  • ASPxDiagram.ClientReadOnly Property

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

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v26.1.dll

    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