menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewSelectionMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewSelectionMode

    Defines constants that specify the selections supported by a SfTreeView control.

    Inheritance
    System.Object
    TreeViewSelectionMode
    Namespace: Syncfusion.Maui.TreeView
    Assembly: Syncfusion.Maui.TreeView.dll
    Syntax
    public sealed class TreeViewSelectionMode : Enum

    Fields

    Extended

    Specifies an extended selection mode in which multiple items can be selected by using the SHIFT, CTRL, and arrow keys to make selections in a SfTreeView control.

    Declaration
    public const TreeViewSelectionMode Extended
    Field Value
    Type
    TreeViewSelectionMode

    Multiple

    Specifies the selection mode as multiple, which allows multiple items in a SfTreeView control to be selected.

    Declaration
    public const TreeViewSelectionMode Multiple
    Field Value
    Type
    TreeViewSelectionMode

    None

    Specifies the selection mode as none, which restricts selection in a SfTreeView control.

    Declaration
    public const TreeViewSelectionMode None
    Field Value
    Type
    TreeViewSelectionMode

    Single

    Specifies the selection mode as single, which restricts selection to only one item at a time in a SfTreeView control.

    Declaration
    public const TreeViewSelectionMode Single
    Field Value
    Type
    TreeViewSelectionMode

    SingleDeselect

    Specifies the selection mode as single, which restricts selection to only one item at a time in a SfTreeView control. It also allows you to de-select the currently selected item.

    Declaration
    public const TreeViewSelectionMode SingleDeselect
    Field Value
    Type
    TreeViewSelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved