TreeListHtmlDataCellEventArgs.GetValue(String) Method
In This Article
Returns the value of the specified cell within the processed node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that specifies the name of the data source field. |
#Returns
Type | Description |
---|---|
Object | An object that represents the specified cell’s value. |
#Remarks
The processed cell’s value can be obtained via the TreeListHtmlDataCellEventArgs.CellValue property.
See Also