menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionMode

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

    Inheritance
    System.Object
    SelectionMode
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public sealed class SelectionMode : Enum

    Fields

    Extended

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

    Declaration
    public const SelectionMode Extended
    Field Value
    Type
    SelectionMode

    Multiple

    Specifies the selection mode as multiple, that allows selection for multiple items in a SfTreeView control.

    Declaration
    public const SelectionMode Multiple
    Field Value
    Type
    SelectionMode

    None

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

    Declaration
    public const SelectionMode None
    Field Value
    Type
    SelectionMode

    Single

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

    Declaration
    public const SelectionMode Single
    Field Value
    Type
    SelectionMode

    SingleDeselect

    Specifies the selection mode as single, that restricts selection for only one item at a time in a SfTreeView control. In addition it lets you to de-select the selected item.

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