DiagramNode.ContainerKey Property
Specifies a key of the node’s parent container node.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.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