TreeListHtmlRowEventArgs.Row Property
In This Article
Gets the processed row.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Table |
A Table |
#Remarks
To identify which row is being processed, use the TreeListHtmlRowEventArgs.RowKind property.
See Also