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