Skip to main content
All docs
V25.1
  • DiagramNode.ContainerKey Property

    Specifies a key of the node’s parent container node.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public object ContainerKey { get; set; }

    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