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

    Specifies the node’s z-index.

    Namespace: DevExpress.Web.ASPxDiagram

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

    NuGet Package: DevExpress.Web

    Declaration

    public int ZIndex { get; set; }

    Property Value

    Type Description
    Int32

    The z-index.

    Remarks

    The z-index specifies the node stack order. A node with greater stack order is in front of a node with a lower stack order.

    See Also