AdapterAriaLabel Property

Gets or sets an accessible name or short description to apply to the container element.

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string AriaLabel { get; set; }

Property Value

String
An ARIA label to apply to the container if assigned a role that supports an accessible name; otherwise, .
See Also