Skip to main content
A newer version of this page is available. .

TreeListNode.Item[String] Property

Gets or sets the specified cell’s value.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public object this[string fieldName] { get; set; }

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