[]
Gets or sets the index of the currently selected TabItem.
public int SelectedIndex { get; set; }
Public Property SelectedIndex As Integer
| Type | Description |
|---|---|
| int | The index of the currently selected TabItem, or -1 if a TabItem is not selected. |