TreeListHtmlDataCellEventArgs.Level Property
In This Article
Gets the nesting level of a node which contains the processed data cell.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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