windowsforms-devexpress-dot-xtrabars-dot-baritem-bafa91cd.md
Gets or sets the object’s description used by accessibility client applications.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Accessibility")]
public virtual string AccessibleDescription { get; set; }
<DefaultValue(Nothing)>
<DXCategory("Accessibility")>
Public Overridable Property AccessibleDescription As String
| Type | Default | Description |
|---|---|---|
| String | null |
The object’s description used by accessibility client applications.
|
The AccessibleDescription property allows you to set a textual description of a UI element’s visual appearance. This description serves two purposes:
Read the following topics for more information: Control.AccessibleDescription and DevExpress Accessibility Support.
See Also