Skip to main content

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

NuGet Package: DevExpress.Web

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.

Tip

Use the ContainerKey property to change the parent container of a node after it is bound to a data source (in the NodeDataBound event).

See Also