Skip to main content
All docs
V23.2

TreeListOptionsBehavior.AccessibilityFocusNotificationMode Property

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(TreeListAccessibilityFocusNotificationMode.Cell)]
[XtraSerializableProperty]
public virtual TreeListAccessibilityFocusNotificationMode AccessibilityFocusNotificationMode { get; set; }

Property Value

Type Default
DevExpress.XtraTreeList.TreeListAccessibilityFocusNotificationMode Cell

Property Paths

You can access this nested property as listed below:

Object Type Path to AccessibilityFocusNotificationMode
TreeList
.OptionsBehavior .AccessibilityFocusNotificationMode
See Also