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

RepositoryItem.AccessibleName Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
String *null*

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

Remarks

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