Skip to main content
A newer version of this page is available. .

DiagramNode.ContainerKey Property

Specifies a key of the node’s parent container node.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public object ContainerKey { get; set; }

Property Value

Type Description
Object

The node’s key value.

Remarks

The parent container node must be of the VerticalContainer or HorizontalContainer type.

See Also