Skip to main content
All docs
V23.2

TreeViewControl.GetCellValue(Int32, TreeListColumn) Method

Not supported in the TreeViewControl.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object GetCellValue(
    int rowHandle,
    TreeListColumn column
)

Parameters

Name Type
rowHandle Int32
column TreeListColumn

Returns

Type
Object
See Also