Back to Devexpress

TreeList.GetRowCellDisplayText(TreeListNode, TreeListColumn) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-getrowcelldisplaytext-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-x29.md

latest3.1 KB
Original Source

TreeList.GetRowCellDisplayText(TreeListNode, TreeListColumn) Method

Returns the text displayed by a specific Tree List 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,
    TreeListColumn column
)
vb
Public Function GetRowCellDisplayText(
    node As TreeListNode,
    column As TreeListColumn
) As String

Parameters

NameTypeDescription
nodeTreeListNode

A TreeListNode that owns a cell whose text is to be returned.

| | column | TreeListColumn |

A TreeListColumn that owns a cell whose text is to be returned.

|

Returns

TypeDescription
String

A String value that is the visible cell text.

|

Remarks

Use the GetRowCellDisplayText method to obtain a textual representation of a specific cell value. To retrieve the actual cell value, use the TreeList.GetRowCellValue method instead.

See Also

GetRowCellValue(TreeListNode, TreeListColumn)

SetRowCellValue

GetFocusedDisplayText()

GetFocusedRowCellDisplayText(TreeListColumn)

FocusedColumn

FocusedNode

GetFocusedRowCellValue(TreeListColumn)

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace