menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionType - API Reference

    Show / Hide Table of Contents

    Class SelectionType

    SelectionType for the item to be selected or not.

    Inheritance
    System.Object
    SelectionType
    Namespace: Com.Syncfusion.Autocomplete
    Assembly: Syncfusion.SfAutoComplete.Android.dll
    Syntax
    public sealed class SelectionType : Enum

    Fields

    Default

    The Selection Type is Auto which is the default.

    Declaration
    public const SelectionType Default
    Field Value
    Type Description
    SelectionType

    OnTap

    The Selection Type is OnTap which is when the user taps the selection from the DropDown.

    Declaration
    public const SelectionType OnTap
    Field Value
    Type Description
    SelectionType

    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