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

TreeViewControl.GetCellDisplayText(Int32, TreeListColumn) Method

Not supported in the TreeViewControl.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string GetCellDisplayText(
    int rowHandle,
    TreeListColumn column
)

Parameters

Name Type
rowHandle Int32
column TreeListColumn

Returns

Type
String
See Also