ComponentOne Basic Library for UWP
SelectedIndex Property (C1TabControl)

C1.UWP Assembly > C1.Xaml Namespace > C1TabControl Class : SelectedIndex Property
Gets or sets the index of the currently selected System.Windows.Controls.TabItem.
Syntax
'Declaration
 
Public Property SelectedIndex As System.Integer
public System.int SelectedIndex {get; set;}

Property Value

The index of the currently selected System.Windows.Controls.TabItem, or -1 if a System.Windows.Controls.TabItem is not selected.
See Also

Reference

C1TabControl Class
C1TabControl Members