Back to Devexpress

DXAccessible.QueryAccessibleInfoEventArgs.DefaultAction Property

windowsforms-devexpress-dot-accessibility-dot-dxaccessible-dot-queryaccessibleinfoeventargs-4c20963d.md

latest1.5 KB
Original Source

DXAccessible.QueryAccessibleInfoEventArgs.DefaultAction Property

Gets or sets a string that describes the UI element’s default action.

Namespace : DevExpress.Accessibility

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public string DefaultAction { get; set; }
vb
Public Property DefaultAction As String

Property Value

TypeDescription
String

The string that describes the UI element’s default action.

|

Remarks

See the following topic for more information: AccessibleObject.DefaultAction.

See Also

DXAccessible.QueryAccessibleInfoEventArgs Class

DXAccessible.QueryAccessibleInfoEventArgs Members

DevExpress.Accessibility Namespace