Class SuggestionBoxPlacement
Suggestion box placement.
Inheritance
System.Object
    SuggestionBoxPlacement
  Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.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 | 
|---|
| SuggestionBoxPlacement | 
Bottom
Place dropdown at the Bottom of the input field.
Declaration
public const SuggestionBoxPlacement Bottom
  Field Value
| Type | 
|---|
| SuggestionBoxPlacement | 
None
DropDown has not shown in autoComplete
Declaration
public const SuggestionBoxPlacement None
  Field Value
| Type | 
|---|
| SuggestionBoxPlacement | 
Top
Place dropdown at the Top of the input field..
Declaration
public const SuggestionBoxPlacement Top
  Field Value
| Type | 
|---|
| SuggestionBoxPlacement |