Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions telerik-presentation-framework/ui-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ As of Q3 2025 UI Automation can be controlled globally for all Telerik UI for Wi

To disable UI Automation globally (if accessibility features are not required in your application) you can set **EnableUIAutomationDefaultValue** to *false*. This setting should be configured early in your application lifecycle, preferably before creating any Telerik control.

```csharp
````C#
RadControl.EnableUIAutomationDefaultValue = false;

```
````

## UI Accessibility

Expand Down