windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-5c59cec2.md
Gets or sets the object’s description used by accessibility client applications.
Namespace : DevExpress.XtraGrid.Columns
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual string AccessibleDescription { get; set; }
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
<XtraSerializableProperty>
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