BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Roberto,
Thank you for using Syncfusion product.
We would like to let you know that your requirement can be
achieved by using below code snippet.
Code Snippet [C#]:
this.multiColumnComboBox1.ListBox.HeaderBackColor
= Color.Lime; this.multiColumnComboBox1.ListBox.HeaderTextColor
= Color.Red; |
Also we have prepared a sample for your reference which is
attached below.
Please let us know if you need any further assistance,
Regards,
Saravanan T
Hi
Roberto,
Thanks
for your update,
We
would like to let you know that the column of the data table in the
MultiColumnComboBox can be customized by using the below code snippet.
Code
Snippet [C#] :
dt.Columns["place"].ColumnName = "Country";
dt.AcceptChanges();
Also we have prepared a
sample for your reference and it is attached below.
Please let us know if
you need any further assistance,
Regards,
Senthil
kumaran