ComponentOne Basic Library for UWP
SelectedContent Property

C1.UWP Assembly > C1.Xaml Namespace > C1TabControl Class : SelectedContent Property
Gets the content of the currently selected System.Windows.Controls.TabItem.
Syntax
'Declaration
 
Public ReadOnly Property SelectedContent As System.Object
public System.object SelectedContent {get;}

Property Value

The content of the currently selected System.Windows.Controls.TabItem. The default is null.
See Also

Reference

C1TabControl Class
C1TabControl Members