Share via


BreadcrumbBarItemClickedEventArgs.Index Property

Definition

Gets the index of the item that was clicked.

public:
 property int Index { int get(); };
int Index();
public int Index { get; }
var int32 = breadcrumbBarItemClickedEventArgs.index;
Public ReadOnly Property Index As Integer

Property Value

Int32

int

The index of the item that was clicked.

Applies to