DiagramNode.ContainerKey Property
In This Article
Specifies a key of the node’s parent container node.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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