windowsforms-devexpress-dot-xtraeditors-dot-tileitem-e6e6e4ce.md
Gets or sets the object’s description used by accessibility client applications.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.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