ComponentOne Basic Library for UWP
IsSelected Property (C1TabItem)

C1.UWP Assembly > C1.Xaml Namespace > C1TabItem Class : IsSelected Property
Gets or sets a value indicating whether the System.Windows.Controls.TabItem is currently selected.
Syntax
'Declaration
 
Public Property IsSelected As System.Boolean
public System.bool IsSelected {get; set;}

Property Value

True if the System.Windows.Controls.TabItem is selected; otherwise, false.
See Also

Reference

C1TabItem Class
C1TabItem Members