ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl Class / SelectedItemProperty Field



In This Topic
    SelectedItemProperty Field (C1TabControl)
    In This Topic
    Identifies the System.Windows.Controls.TabControl.SelectedItem dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SelectedItemProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1TabControl.SelectedItemProperty
    public static readonly DependencyProperty SelectedItemProperty
    public:
    static readonly DependencyProperty^ SelectedItemProperty

    Field Value

    The identifier for the System.Windows.Controls.TabControl.SelectedItem dependency property.
    See Also