Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / SelectedContent Property

In This Topic
    SelectedContent Property
    In This Topic
    Gets the content of the currently selected System.Windows.Controls.TabItem.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedContent As Object
    public object SelectedContent {get;}

    Property Value

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