AdapterAriaLabelledBy Property |
Gets or sets the ID of adapter providing an accessible name or short description for the container's contents.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax public Guid? AriaLabelledBy { get; set; }
Public Property AriaLabelledBy As Guid?
Get
Set
public:
property Nullable<Guid> AriaLabelledBy {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member AriaLabelledBy : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
A different adapter's ID if this adapter is assigned a role that supports an accessible name, or
if none.
See Also