Skip to main content

DiagramSettings.ClientReadOnly Property

Specifies whether the Diagram extension is read-only on the client side.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public bool ClientReadOnly { get; set; }

#Property Value

Type Description
Boolean

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

See Also