Back to Devexpress

TreeList.GetFocusedRowCellValue(TreeListColumn) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-getfocusedrowcellvalue-x28-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-x29.md

latest1.6 KB
Original Source

TreeList.GetFocusedRowCellValue(TreeListColumn) Method

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public object GetFocusedRowCellValue(
    TreeListColumn column
)
vb
Public Function GetFocusedRowCellValue(
    column As TreeListColumn
) As Object

Parameters

NameTypeDescription
columnTreeListColumn

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