ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / DropDownIconTemplate Property

In This Topic
    DropDownIconTemplate Property (C1DropDownButton)
    In This Topic
    Gets or sets the template of the icon used in the drop-down button.
    Syntax
    'Declaration
     
    
    Public Property DropDownIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate DropDownIconTemplate {get; set;}
    See Also