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
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
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 |