Skip to main content

TreeListHtmlRowEventArgs.Level Property

Gets the nesting level of the processed node.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int Level { get; }

Property Value

Type Description
Int32

An integer value that specifies the nesting level of a node.

Remarks

To learn more, see TreeListNode.Level.

See Also