Back to Devexpress

RepositoryItem.AccessibleDescription Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-623c5f79.md

latest1.9 KB
Original Source

RepositoryItem.AccessibleDescription Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Accessibility")]
public virtual string AccessibleDescription { get; set; }
vb
<DXCategory("Accessibility")>
Public Overridable Property AccessibleDescription As String

Property Value

TypeDefaultDescription
String*null*

The object’s description used by accessibility client applications.

|

Remarks

The AccessibleDescription property allows you to set a textual description of a UI element’s visual appearance. This description serves two purposes:

  • to give greater context for users with vision impairment;
  • for context searching or other applications.

Read the following topics for more information: Control.AccessibleDescription and DevExpress Accessibility Support.

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace