Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SelectionMode

    Defines constants that specify the selections supported by the SfListView control.

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

    Fields

    Multiple

    Specifies the selection mode as multiple that allows selection for multiple items in the SfListView control.

    Declaration
    public const SelectionMode Multiple
    Field Value
    Type Description
    SelectionMode

    None

    Specifies the selection mode as none that restricts selection in the SfListView control.

    Declaration
    public const SelectionMode None
    Field Value
    Type Description
    SelectionMode

    Single

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

    Declaration
    public const SelectionMode Single
    Field Value
    Type Description
    SelectionMode

    SingleDeselect

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

    Declaration
    public const SelectionMode SingleDeselect
    Field Value
    Type Description
    SelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved