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

TreeList.GetRowCellValue(TreeListNode, TreeListColumn) Method

Retrieves the value stored within the required cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public object GetRowCellValue(
    TreeListNode node,
    TreeListColumn column
)

Parameters

Name Type Description
node TreeListNode

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

Type Description
Object

An Object that is the cell value.

See Also