TreeListHtmlDataCellEventArgs.CellValue Property
Gets the processed cell’s value.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Object | An object that represents the processed cell’s value. |
Remarks
Use the TreeListHtmlDataCellEventArgs.GetValue method to obtain cell values within the processed node.
See Also