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

DiagramNodeMappingInfo.ContainerKey Property

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.v19.2.dll

Declaration

[DefaultValue("")]
public string ContainerKey { get; set; }

Property Value

Type Default Description
String String.Empty

The container key.

Remarks

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

See Also