IListBox<TData, TValue>.MakeItemVisible(Int32) Method
Makes the item visible on screen.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void MakeItemVisible(
int visibleIndex
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | The item’s visible index. |
Remarks
Refer to the MakeItemVisible(Int32) property description for more information and an example.
See Also