Skip to main content
All docs
V24.1

DxTreeList.GetDataItem(Int32) Method

Gets a data source item that is bound to the processed row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public object GetDataItem(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Object

The data item.

See Also