ASPxTextBoxBase.AccessibilityLabelText Property
In This Article
Specifies the editor’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 in effect if the AccessibilityCompliant property is set to true
.
<dx:ASPxTextBox ID="textBox" AccessibilityLabelText="text for the reader" ... />
See Also