Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabItem Class / IsSelected Property

In This Topic
    IsSelected Property (C1TabItem)
    In This Topic
    Gets or sets a value indicating whether the System.Windows.Controls.TabItem is currently selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}

    Property Value

    True if the System.Windows.Controls.TabItem is selected; otherwise, false.
    See Also