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.XForms.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.dll
Syntax
public sealed class SuggestionBoxPlacement : Enum
Fields
Auto
Place dropdown at the Top 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
Restrict the dropDown placement
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 |