Skip to main content

DiagramEdge.Locked Property

Specifies whether the edge is locked.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

#Declaration

public bool Locked { get; set; }

#Property Value

Type Description
Boolean

true, if the edge is locked; otherwise, false.

See Also