TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / TabStripDropDownIconTemplate Property

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