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