We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Custom accessibility

Hi,

I have a custom grid control which I derive from Syncfusion grid control. I want to be able to create accessibility to that grid and expose custom properties to Coded UI. Can you help by providing a sample code with custom accessibility? Not just enabling the accessibility enabled property.

Thanks,
Poojya.

1 Reply

MK Muthukumar Kalyanasundaram Syncfusion Team November 25, 2014 02:05 AM UTC

Hi Poojya,

 

Thank you for your interest in Syncfusion products.

 

If you want to perform coded UI test for grid, you can enable the “AccesibiltyEnabled” property as true.  Please refer the below code,

 

Code:

     this.grid.AccessibilityEnabled = true;

 

Please make use of below UG links:

 

Link 1: http://help.syncfusion.com/ug/windows%20forms/documents/inbuiltcodeduisuppor.htm

 

Link 2: http://help.syncfusion.com/ug/windows%20forms/documents/testingtheapplicatio.htm

 

Link 3:http://help.syncfusion.com/ug/windows%20forms/documents/creatingunittestswit.htm

 

Please let us know if you have any concern.

 

Regards,

Muthukumar K


Loader.
Live Chat Icon For mobile
Up arrow icon