ItemIndexRange.Length Property
Definition
Gets the number of items in the instance of the ItemIndexRange class.
Equivalent WinUI property: Microsoft.UI.Xaml.Data.ItemIndexRange.Length.
public:
property unsigned int Length { unsigned int get(); };
uint32_t Length();
public uint Length { get; }
var uInt32 = itemIndexRange.length;
Public ReadOnly Property Length As UInteger
Property Value
The number of items in the instance of the ItemIndexRange class.