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.v21.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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