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

BarItem.AccessibleName Property

Gets or sets the bar item’s name which is used by accessibility client applications.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Default Description
String *null*

A string which specifies the name of the bar item used by accessibility client applications.

Remarks

For more information on the properties of accessible objects, see the Content of Descriptive Properties topic in the Active Accessibility section of the MSDN Library.

See Also