Skip to main content
All docs
V25.1
  • TreeListOptionsBehavior.AccessibilityFocusNotificationMode Property

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.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