Skip to main content

DiagramNode.Locked Property

Specifies whether the node 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 node is locked; otherwise, false.

See Also