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

BaseEdit.AccessibleName Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public string AccessibleName { get; set; }

Property Value

Type Description
String

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

Remarks

This property’s value is synchronized with the RepositoryItem.AccessibleName property’s value.

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