Skip to main content
All docs
V25.1
  • ITreeList.GetDataItem(Int32) Method

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    object GetDataItem(
        int visibleIndex
    )

    Parameters

    Name Type Description
    visibleIndex Int32

    The row’s visible index.

    Returns

    Type Description
    Object

    The data item.

    Remarks

    Refer to the GetDataItem(Int32) method description for more information and an example.

    See Also