IListBox<TData, TValue>.MakeDataItemVisibleAsync(TData) Method
Makes the row bound to the specified data item visible on screen.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Task MakeDataItemVisibleAsync(
TData dataItem
)
Parameters
Name | Type | Description |
---|---|---|
dataItem | TData | A data item. |
Returns
Type | Description |
---|---|
Task | The task that is completed when the row becomes visible. |
Remarks
Refer to the MakeDataItemVisibleAsync(TData) property description for more information and an example.
See Also