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

TreeListHtmlDataCellEventArgs.Level Property

Gets the nesting level of a node which contains the processed data cell.

Namespace: DevExpress.Web.ASPxTreeList

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

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