Back to Devexpress

DXAccessible.QueryAccessibleInfoEventArgs.Role Property

windowsforms-devexpress-dot-accessibility-dot-dxaccessible-dot-queryaccessibleinfoeventargs-69fc545f.md

latest1.5 KB
Original Source

DXAccessible.QueryAccessibleInfoEventArgs.Role Property

Gets or sets the accessible role of the currently processed UI element.

Namespace : DevExpress.Accessibility

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public AccessibleRole Role { get; set; }
vb
Public Property Role As AccessibleRole

Property Value

TypeDescription
AccessibleRole

The accessible role of the currently processed UI element.

|

Remarks

See the following topic for more information: Control.AccessibleRole.

See Also

DXAccessible.QueryAccessibleInfoEventArgs Class

DXAccessible.QueryAccessibleInfoEventArgs Members

DevExpress.Accessibility Namespace