ASPxCheckBox.AccessibilityLabelText Property
Specifies the editor's label text for a screen reader.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(false)]
public string AccessibilityLabelText { get; set; }
<DefaultValue(False)>
Public Property AccessibilityLabelText As String
Property Value
Type | Default | Description |
---|---|---|
String | false |
The text. |
Remarks
The AccessibilityLabelText property in effect if the AccessibilityCompliant property is set to true.
<dx:ASPxCheckBox ID="checkBox" AccessibilityLabelText="text for the reader" ... />
See Also
Feedback