TreeListNode.Item[String] Property
Gets or sets the specified cell’s value.
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. |
Property Value
| Type | Description |
|---|---|
| Object | An object that represents the specified cell’s value. |
Remarks
You can also obtain and specify node values via the TreeListNode.GetValue and TreeListNode.SetValue methods, respectively.
See Also