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

BaseEdit.AccessibleDescription Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Property Value

Type Description
String

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

Remarks

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

See Also