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

TreeList.SetRowCellValue(TreeListNode, TreeListColumn, Object) Method

Sets the TreeList cell to a specific value.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void SetRowCellValue(
    TreeListNode node,
    TreeListColumn column,
    object value
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode that specifies the target cell’s row.

column TreeListColumn

A TreeListColumn that specifies the target cell’s column.

value Object

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

See Also