Skip to main content
All docs
V23.2
Tab

ASPxTokenBox.AccessibilityLabelText Property

Specifies the editor’s label text for a screen reader.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string AccessibilityLabelText { get; set; }

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