TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabItem Class / IsSelectedProperty Field

In This Topic
    IsSelectedProperty Field
    In This Topic
    Identifies the System.Windows.Controls.TabItem.IsSelected dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsSelectedProperty As DependencyProperty
    public static readonly DependencyProperty IsSelectedProperty

    Field Value

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