Skip to main content

DXCollectionViewScrolledEventArgs.FirstVisibleItemIndex Property

Gets the index of the first visible item.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public int FirstVisibleItemIndex { get; }

Property Value

Type Description
Int32

The index of the first visible item.

See Also