Skip to main content
A newer version of this page is available. .
All docs
V20.2

TreeList.GetRowCellValue(TreeListNode, String) Method

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public object GetRowCellValue(
    TreeListNode node,
    string fieldName
)

Parameters

Name Type
node TreeListNode
fieldName String

Returns

Type
Object
See Also