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
Bottom
Place dropdown at the Bottom of the input field.
Declaration
public const SuggestionBoxPlacement Bottom
Field Value
None
DropDown has not shown in autoComplete
Declaration
public const SuggestionBoxPlacement None
Field Value
Top
Place dropdown at the Top of the input field..
Declaration
public const SuggestionBoxPlacement Top