Skip to main content

TreeListHtmlDataCellEventArgs.CellValue Property

Gets the processed cell’s value.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public object CellValue { get; }

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