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

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