DXCollectionViewScrolledEventArgs.LastVisibleItemHandle Property
In This Article
Gets the item handle of the last visible item in the collection view.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public int LastVisibleItemHandle { get; }
#Property Value
Type | Description |
---|---|
Int32 | The item handle. |
See Also