menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SuggestionBoxPlacement

    Suggestion box placement.

    Inheritance
    System.Object
    SuggestionBoxPlacement
    Namespace: Syncfusion.Android.ComboBox
    Assembly: Syncfusion.SfComboBox.Android.dll
    Syntax
    public sealed class SuggestionBoxPlacement : Enum

    Fields

    Auto

    Place dropdown based on Y Position of the input field.

    Declaration
    public const SuggestionBoxPlacement Auto
    Field Value
    Type Description
    SuggestionBoxPlacement

    Bottom

    Place dropdown at the Bottom of the input field.

    Declaration
    public const SuggestionBoxPlacement Bottom
    Field Value
    Type Description
    SuggestionBoxPlacement

    None

    DropDown has not shown in autoComplete

    Declaration
    public const SuggestionBoxPlacement None
    Field Value
    Type Description
    SuggestionBoxPlacement

    Top

    Place dropdown at the Top of the input field..

    Declaration
    public const SuggestionBoxPlacement Top
    Field Value
    Type Description
    SuggestionBoxPlacement

    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