TreeListHtmlDataCellEventArgs Properties
Provides data for the ASPxTreeList.HtmlDataCellPrepared event.| Name | Description |
|---|---|
| Cell | Gets the processed data cell. |
| CellValue | Gets the processed cell’s value. |
| Column | Gets the data column that owns the cell currently being processed. |
| Level | Gets the nesting level of a node which contains the processed data cell. |
| NodeKey | Gets the key value of a node which contains the processed cell. |
See Also