Back to Devexpress

TreeList.SetRowCellValue(TreeListNode, String, Object) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-setrowcellvalue-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-system-dot-string-system-dot-object-x29.md

latest1.8 KB
Original Source

TreeList.SetRowCellValue(TreeListNode, String, Object) Method

Sets the TreeList cell to a specific value.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public void SetRowCellValue(
    TreeListNode node,
    string fieldName,
    object value
)
vb
Public Sub SetRowCellValue(
    node As TreeListNode,
    fieldName As String,
    value As Object
)

Parameters

NameTypeDescription
nodeTreeListNode

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

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace