ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabItem Class / CanUserPin Property

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