alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeSelectionMode

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

    Inheritance
    System.Object
    TreeSelectionMode
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class TreeSelectionMode : Enum

    Fields

    MultiSelectAll

    Lets you select multiple nodes across all levels.

    Declaration
    public const TreeSelectionMode MultiSelectAll
    Field Value
    Type
    TreeSelectionMode

    MultiSelectSameLevel

    Lets you select multiple nodes within the same level.

    Declaration
    public const TreeSelectionMode MultiSelectSameLevel
    Field Value
    Type
    TreeSelectionMode

    Single

    Lets you select one node at a time.

    Declaration
    public const TreeSelectionMode Single
    Field Value
    Type
    TreeSelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved