IGrid.MakeDataItemVisibleAsync(Object) Method
In This Article
Makes the row bound to the specified data item visible on screen.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
Task MakeDataItemVisibleAsync(
object dataItem
)
#Parameters
Name | Type | Description |
---|---|---|
data |
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