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

In This Topic
    UnpinIconTemplate Property
    In This Topic
    Gets or sets the template of the unpin icon.
    Syntax
    'Declaration
     
    
    Public Property UnpinIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate UnpinIconTemplate {get; set;}
    See Also