Skip to main content
A newer version of this page is available. .
All docs
V21.2

TreeListColumn.AccessibleDescription Property

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

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
public string AccessibleDescription { get; set; }

Property Value

Type Default Description
String null

The object’s description used by accessibility client applications.

Remarks

The AccessibleDescription property allows you to specify a textual description about the object’s visual appearance. The description is primarily used to give greater context for low-vision or blind users, but can also be used for context searching or other applications. See the following topic for more information: Control.AccessibleDescription.

See Also