Class SuggestionBoxPlacement
Contains the values for the SuggestionBoxPlacement mode enumeration that determines the placement of the drop-down that holds the available suggestion items.
Inheritance
System.Object
SuggestionBoxPlacement
Namespace: Syncfusion.SfAutoComplete.XForms
Assembly: Syncfusion.SfAutoComplete.XForms.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
Declaration
public const SuggestionBoxPlacement None
Field Value
Top
Place dropdown at the Top of the input field.
Declaration
public const SuggestionBoxPlacement Top