Skip to main content
A newer version of this page is available. .

TreeList.DisableAccessibility Property

Gets or sets whether the control’s accessibility feature (providing information on the control’s data to accessibility tools, such as Microsoft Narrator) is disabled.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public static bool DisableAccessibility { get; set; }

Property Value

Type Description
Boolean

true, if the control’s accessibility feature is disabled; otherwise, false.

See Also