ASPxButton.AccessibilityLabelText Property
In This Article
Specifies the button’s label text for a screen reader.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The text. |
#Remarks
The AccessibilityLabelText property allows you to specify the aria-label attribute of the input element.
Note
The ASPxfalse
.
<dx:ASPxButton ID="button_1" AccessibilityLabelText="text for a screen reader" ... />
See Also