Skip to main content

DiagramNode.ContainerKey Property

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

Namespace: DevExpress.Web.ASPxDiagram

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

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