This is a migrated thread and some comments may be shown as answers.

Localization in CheckedDropDownList

2 Answers 98 Views
CheckedDropDownList
This is a migrated thread and some comments may be shown as answers.
Dario Concilio
Top achievements
Rank 2
Dario Concilio asked on 13 Jul 2016, 02:16 PM

Hi,

I activated ShowCheckAllItems, but I don't found reference to translate its caption.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 14 Jul 2016, 06:52 AM
Hi Potito,

Thank you for writing.

The following snippet shows how you can set the text of the CheckAll item:
radCheckedDropDownList1.CheckedDropDownListElement.CheckAllItem.Text = "MyText";

Please let me know if there is something else I can help you with. 
 
Regards,
Dimitar
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
0
Dario Concilio
Top achievements
Rank 2
answered on 14 Jul 2016, 11:08 AM

Perfect!

Thank you

Tags
CheckedDropDownList
Asked by
Dario Concilio
Top achievements
Rank 2
Answers by
Dimitar
Telerik team
Dario Concilio
Top achievements
Rank 2
Share this question
or