This question is locked. New answers and comments are not allowed.
Hi,
in my application we are creating rad button like this:
var tool = new RadRibbonButton()
{
Text = caption,
Size = ButtonSize.Large,
LargeImage = img
};
I am automation engineer. I have to add automation id here. How can I add it? Need help
Regards,
Gaurav