ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / DropDownIconTemplate Property

In This Topic
    DropDownIconTemplate Property
    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