Back to Devexpress

TreeList.GetRowCellDisplayText(TreeListNode, String) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-getrowcelldisplaytext-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-system-dot-string-x29.md

latest2.2 KB
Original Source

TreeList.GetRowCellDisplayText(TreeListNode, String) Method

Returns the string/text displayed in the specified cell.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public string GetRowCellDisplayText(
    TreeListNode node,
    string fieldName
)
vb
Public Function GetRowCellDisplayText(
    node As TreeListNode,
    fieldName As String
) As String

Parameters

NameTypeDescription
nodeTreeListNode

A node that contains the cell.

| | fieldName | String |

The field name of a column that contains the cell.

|

Returns

TypeDescription
String

The text displayed in the specified cell.

|

Remarks

Read the following topic to learn more: Obtaining and Setting Cell Values.

See Also

Obtaining and Setting Cell Values

GetRowCellValue

GetFocusedRowCellDisplayText

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace