ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean
    public System.bool CanUserClose {get; set;}
    See Also