ItemsRepeaterElementPreparedEventArgs.Index Property

Definition

Gets the index of the item the element was prepared for.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property int Index { int get(); };
int Index();
public int Index { get; }
Public ReadOnly Property Index As Integer

Property Value

Int32

int

The index of the item the element was prepared for.

Applies to