Skip to main content

TreeListHtmlRowEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public TableRow Row { get; }

#Property Value

Type Description
TableRow

A TableRow object that represents the processed row.

#Remarks

To identify which row is being processed, use the TreeListHtmlRowEventArgs.RowKind property.

See Also