Skip to main content

TreeListNode.SetValue(String, Object) Method

Sets the value of the specified cell within the current node.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public virtual void SetValue(
    string fieldName,
    object value
)

Parameters

Name Type Description
fieldName String

A String value that specifies the name of the data source field.

value Object

An object that represents the specified cell’s value.

Remarks

To obtain node values, use the TreeListNode.GetValue method.

See Also