Skip to main content

DXCollectionViewScrolledEventArgs.LastVisibleItemHandle Property

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

public int LastVisibleItemHandle { get; }

Property Value

Type Description
Int32

The item handle.

See Also