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

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

    Namespace: DevExpress.Web.ASPxDiagram

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