TreeListHtmlRowEventArgs.GetValue(String) Method
Returns the value of the specified cell within the processed row.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | 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. |
See Also