ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItem Class / IsSelectedProperty Field



In This Topic
    IsSelectedProperty Field (C1TabItem)
    In This Topic
    Identifies the System.Windows.Controls.TabItem.IsSelected dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsSelectedProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1TabItem.IsSelectedProperty
    public static readonly DependencyProperty IsSelectedProperty
    public:
    static readonly DependencyProperty^ IsSelectedProperty

    Field Value

    The identifier for the System.Windows.Controls.TabItem.IsSelected dependency property.
    See Also