WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeSelectionMode

    Show / Hide Table of Contents

    Enum TreeSelectionMode

    Defines the constant that specifies the selection mode for the tree.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum TreeSelectionMode

    Fields

    Name Description
    MultiSelectAll

    Select multiple nodes across all levels.

    MultiSelectSameLevel

    Select multiple nodes within the same level.

    Single

    Select one node at a time.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved