Skip to main content
All docs
V25.1
  • IGrid.MakeDataItemVisibleAsync(Object) Method

    Makes the row bound to the specified data item visible on screen.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    Task MakeDataItemVisibleAsync(
        object dataItem
    )

    Parameters

    Name Type Description
    dataItem Object

    A data item.

    Returns

    Type Description
    Task

    The task that is completed when the row becomes visible.

    Remarks

    Refer to the MakeDataItemVisibleAsync(Object) method description for more information and an example.

    See Also