Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ftLbsData.ExcelListSelectionType - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ftLbsData.ExcelListSelectionType

    Enum contains possible list selection type.

    Inheritance
    System.Object
    ftLbsData.ExcelListSelectionType
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelListSelectionType : Enum

    Fields

    MultiClick

    The list control is allowed to have multiple items selected by clicking on each item.

    Declaration
    public const ftLbsData.ExcelListSelectionType MultiClick
    Field Value
    Type Description
    ftLbsData.ExcelListSelectionType

    MultiCtrl

    The list control is allowed to have multiple items selected by holding the CTRL key and clicking on each item.

    Declaration
    public const ftLbsData.ExcelListSelectionType MultiCtrl
    Field Value
    Type Description
    ftLbsData.ExcelListSelectionType

    Single

    The list control is only allowed to have one selected item.

    Declaration
    public const ftLbsData.ExcelListSelectionType Single
    Field Value
    Type Description
    ftLbsData.ExcelListSelectionType

    value__

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