Hello,
Is there any option to get the index of an item of CheckedListBox with specified Item Text , without using any loop ,I mean
int indx = radCheckedListBox1.Items.IndexOf("ABC");
In the above code I have getting the index -1 at all time.
I think You got my Question .
Thank you.