Skip to main content

TreeListControl.GetCellDisplayText(Int32, TreeListColumn) Method

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public string GetCellDisplayText(
    int rowHandle,
    TreeListColumn column
)

#Parameters

Name Type
rowHandle Int32
column TreeListColumn

#Returns

Type
String
See Also