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

DiagramNode.ZIndex Property

Specifies the node’s z-index.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.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