DXCollectionViewScrolledEventArgs.LastVisibleItemIndex Property
Gets the index of the last visible item.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public int LastVisibleItemIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The index of the last visible item. |
See Also