Back to Devexpress

TreeListControlBase.GetCellDisplayText(Int32, TreeListColumn) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistcontrolbase-dot-getcelldisplaytext-x28-system-dot-int32-devexpress-dot-xpf-dot-grid-dot-treelistcolumn-x29.md

latest1.9 KB
Original Source

TreeListControlBase.GetCellDisplayText(Int32, TreeListColumn) Method

Returns the text displayed within the specified cell.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public string GetCellDisplayText(
    int rowHandle,
    TreeListColumn column
)
vb
Public Function GetCellDisplayText(
    rowHandle As Integer,
    column As TreeListColumn
) As String

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the row’s handle.

| | column | TreeListColumn |

A TreeListColumn object that represents the column displayed within the treelist.

|

Returns

TypeDescription
String

A String value that specifies the text displayed within the specified cell.

|

Remarks

To learn more, see Obtain and Set Cell Values.

See Also

TreeListControlBase Class

TreeListControlBase Members

DevExpress.Xpf.Grid Namespace