Back to Devexpress

TreeList.GetRowCellValue(TreeListNode, TreeListColumn) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-getrowcellvalue-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-x29.md

latest1.9 KB
Original Source

TreeList.GetRowCellValue(TreeListNode, TreeListColumn) Method

Retrieves the value stored within the required cell.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public object GetRowCellValue(
    TreeListNode node,
    TreeListColumn column
)
vb
Public Function GetRowCellValue(
    node As TreeListNode,
    column As TreeListColumn
) As Object

Parameters

NameTypeDescription
nodeTreeListNode

A TreeListNode object that specifies a row that owns a target cell.

| | column | TreeListColumn |

A TreeListColumn that specifies a column that owns a target cell.

|

Returns

TypeDescription
Object

An Object that is the cell value.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace