ASPxTokenBox.AccessibilityLabelText Property
Specifies the editor’s label text for a screen reader.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The text. |
Remarks
The AccessibilityLabelText property in effect if the AccessibilityCompliant property is set to true
.
<dx:ASPxTokenBox ID="tokenBox" AccessibilityLabelText="text for the reader" ... />
See Also