How to set column headers
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
Attachment: MultiColumnComboBox_6dd95d5a.zip
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
Attachment: MultiColumnComboBox_c7de038b.zip
- 4 Replies
- 3 Participants
-
RG Roberto Guerzoni
- Jul 4, 2014 02:53 PM UTC
- Jul 9, 2014 11:26 AM UTC