ListBoxItemClickEventArgs<TData, TValue>.VisibleIndex Property
Returns the clicked item’s visible index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public int VisibleIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The clicked item’s visible index. |
Remarks
Refer to the ListBoxItemClickEventArgs<TData, TValue> class description for more information and an example.
See Also