Pivot.SelectedIndex Property

Definition

Gets or sets the zero-based index of the currently selected item in the Pivot.

public:
 property int SelectedIndex { int get(); void set(int value); };
int SelectedIndex();

void SelectedIndex(int value);
public int SelectedIndex { get; set; }
var int32 = pivot.selectedIndex;
pivot.selectedIndex = int32;
Public Property SelectedIndex As Integer

Property Value

Int32

int

The zero-based index of the currently selected item.

Applies to