Back to Devexpress

TreeList.GetFocusedRowCellDisplayText(TreeListColumn) Method

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

latest2.8 KB
Original Source

TreeList.GetFocusedRowCellDisplayText(TreeListColumn) Method

Returns the text displayed by a Tree List cell that resides within the currently focused data row.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public string GetFocusedRowCellDisplayText(
    TreeListColumn column
)
vb
Public Function GetFocusedRowCellDisplayText(
    column As TreeListColumn
) As String

Parameters

NameTypeDescription
columnTreeListColumn

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

|

Returns

TypeDescription
String

A String value that is the visible cell text.

|

Remarks

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

See Also

GetRowCellValue(TreeListNode, TreeListColumn)

SetRowCellValue

GetRowCellDisplayText(TreeListNode, TreeListColumn)

FocusedColumn

FocusedNode

GetFocusedRowCellValue(TreeListColumn)

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace