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

TreeList.GetFocusedRowCellValue(TreeListColumn) Method

Retrieves the value stored within the required cell of the currently focused row.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public object GetFocusedRowCellValue(
    TreeListColumn column
)

Parameters

Name Type Description
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