Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ItemIndexRange.FirstIndex Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Data
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of the first item in the instance of the ItemIndexRange class.
public:
property int FirstIndex { int get(); };
int FirstIndex();
public int FirstIndex { get; }
var int32 = itemIndexRange.firstIndex;
Public ReadOnly Property FirstIndex As Integer
Property Value
Int32
int
The index of the first item in the instance of the ItemIndexRange class.
Applies to
Feedback
Was this page helpful?
