Skip to main content

BaseEdit.AccessibleDescription Property

Gets or sets the object’s description used by accessibility client applications.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string AccessibleDescription { get; set; }

Property Value

Type Description
String

The object’s description used by accessibility client applications.

Remarks

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

See Also