TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / SelectedItem Property

In This Topic
    SelectedItem Property
    In This Topic
    Gets or sets the selected item or returns null if the selection is empty.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also