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

TreeListHtmlRowEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.Web.ASPxTreeList

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

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