TreeList.SetRowCellValue(TreeListNode, TreeListColumn, Object) Method
In This Article
Sets the TreeList cell to a specific value.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public void SetRowCellValue(
TreeListNode node,
TreeListColumn column,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A Tree |
column | Tree |
A Tree |
value | Object | An Object that is the value to be assigned to the target cell. |
See Also