Skip to main content
A newer version of this page is available. .
Bar

BarItem.AccessibleDescription Property

Gets or sets the description of the bar item used by accessibility client applications.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Accessibility")]
public virtual string AccessibleDescription { get; set; }

Property Value

Type Default Description
String *null*

A string which specifies the bar item’s description used by accessibility client applications.

Remarks

A bar item’s AccessibleDescription property provides a textual description about its visual appearance. The description is primarily used to provide greater context for low-vision or blind users, but can also be used for context searches or other applications. For more information about the properties of accessible objects, see the Content of Descriptive Properties topic in the Active Accessibility section of the MSDN Library.

See Also