ComponentOne Basic Library for UWP
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 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