TreeList.GetRowCellValue(TreeListNode, TreeListColumn) Method
Retrieves the value stored within the required cell.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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