ItemIndexRange.FirstIndex Property
Definition
Gets the index of the first item in the instance of the ItemIndexRange class.
Equivalent WinUI property: Microsoft.UI.Xaml.Data.ItemIndexRange.FirstIndex.
public:
property int FirstIndex { int get(); };
int FirstIndex();
public int FirstIndex { get; }
var int32 = itemIndexRange.firstIndex;
Public ReadOnly Property FirstIndex As Integer
Property Value
The index of the first item in the instance of the ItemIndexRange class.