AdapterDataAriaLabel Property |
Gets or sets an accessible name or short description to apply to the container element.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax [DataMemberAttribute(Name = "ariaLabel", EmitDefaultValue = false)]
public string AriaLabel { get; set; }
<DataMemberAttribute(Name := "ariaLabel", EmitDefaultValue := false)>
Public Property AriaLabel As String
Get
Set
public:
[DataMemberAttribute(Name = L"ariaLabel", EmitDefaultValue = false)]
property String^ AriaLabel {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "ariaLabel", EmitDefaultValue = false)>]
member AriaLabel : string with get, set
Property Value
Type:
String
An ARIA label to apply to the container if assigned a role that supports an accessible name; otherwise,
.
See Also