Back to Devexpress

BarManager.AllowUIAutomationSupport Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-1ec0573a.md

latest1.2 KB
Original Source

BarManager.AllowUIAutomationSupport Property

Gets or sets whether UI Automation features are enabled.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowUIAutomationSupport { get; set; }
vb
Public Property AllowUIAutomationSupport As Boolean

Property Value

TypeDescription
Boolean

true if UI Automation features are enabled; otherwise, false.

|

Remarks

The AllowUIAutomationSupport property allows you to disable UI automation for the BarManager’s items. By default, it is enabled.

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace