Hi Robert Porter,
Greetings from Syncfusion.
Your requirement” DropDown button color” in SfComboBox has been achieved by using “FontColor” property of “DropDownButtonSettings” as per in below code snippet
<combobox:SfComboBox.DropDownButtonSettings>
<combobox:DropDownButtonSettings FontColor="#1F8EFC" FontFamily="{StaticResource fontFamily}" FontIcon="">
</combobox:DropDownButtonSettings>
</combobox:SfComboBox.DropDownButtonSettings> |
Please refer the following “UG” link for customize the “DropDownButtonSettings”
Please find the sample from below link.
For generating the Font Icon, you can use our Syncfusion Metro Studio.
Regards,
Hemalatha M.