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 (25.3.0.1000)
Syntaxpublic string AriaLabel { get; set; }Public Property AriaLabel As String
	Get
	Set
public:
property String^ AriaLabel {
	String^ get ();
	void set (String^ value);
}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