Skip to main content

TreeList.SetRowCellValue(TreeListNode, String, Object) Method

Sets the TreeList cell to a specific value.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public void SetRowCellValue(
    TreeListNode node,
    string fieldName,
    object value
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode that specifies the target cell’s row.

fieldName String

A String value that identifies the data source field with which a target cell’s column is associated.

value Object

An Object that is the value to be assigned to the target cell.

See Also