menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ftLbsData.ExcelListSelectionType - UWP 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.UWP.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
    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
    ftLbsData.ExcelListSelectionType

    Single

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

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved