TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabItem Class / IsSelectable Property

In This Topic
    IsSelectable Property
    In This Topic
    Gets or sets a value indicating whether the user is allowed to select this C1TabItem.
    Syntax
    'Declaration
     
    
    Public Property IsSelectable As Boolean
    public bool IsSelectable {get; set;}
    See Also