DiagramNodeMappingInfo.ContainerKey Property
In This Article
Specifies the name of a data source field that provides the key of a shape’s parent container shape.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The container key. |
#Remarks
The parent container node must be of the VerticalContainer or HorizontalContainer type.
Tip
Use the Container
See Also