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

In This Topic
    HeaderTemplate Property
    In This Topic
    Gets or sets the template displayed in the header of the drop-down.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also