menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SelectionMode

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

    Inheritance
    System.Object
    SelectionMode
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public sealed class SelectionMode : Enum

    Fields

    Multiple

    Specifies the multiple selection mode that allows selection for multiple views in a SfDataGrid control.

    Declaration
    public const SelectionMode Multiple
    Field Value
    Type
    SelectionMode

    None

    Specifies the none selection mode that restricts selection in a SfDataGrid control.

    Declaration
    public const SelectionMode None
    Field Value
    Type
    SelectionMode

    Single

    Specifies the single selection mode that restricts selection for only one view at a time in a SfDataGrid control.

    Declaration
    public const SelectionMode Single
    Field Value
    Type
    SelectionMode

    SingleDeselect

    Specifies the single selection mode that restricts selection for only one view at a time in a SfDataGrid control. In addition it also lets you de-select the selected row.

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