TreeListHtmlRowEventArgs Properties
Provides data for the ASPxTreeList.HtmlRowPrepared event.| Name | Description |
|---|---|
| Level | Gets the nesting level of the processed node. |
| NodeKey | Gets the processed node’s key value. |
| Row | Gets the processed row. |
| RowKind | Gets the processed row’s type. |
See Also