Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TabItem Class / CanUserClose Property

In This Topic
    CanUserClose Property (C1TabItem)
    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