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

TreeListColumn.AccessibleName Property

Gets or sets the object’s name 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 AccessibleName { get; set; }

Property Value

Type Default Description
String null

The object’s name used by accessibility client applications.

Remarks

The AccessibleName property is a label that briefly describes and identifies the object. See the following topic for more information: Control.AccessibleName.

See Also