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

RepositoryItem.AccessibleDescription Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
String *null*

A string which specifies the repository item’s description that is used by accessibility client applications.

Remarks

A repository 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