Enum SuggestionBoxPlacement
Represents the placement of suggestion box in ComboBox.
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public enum SuggestionBoxPlacement
Fields
| Name | Description |
|---|---|
| Auto | SuggestionBox is placed based on Position of ComboBox. |
| Bottom | SuggestionBox is placed at bottom of ComboBox. |
| None | SuggestionBox is not shown in ComboBox. |
| Top | SuggestionBox is placed at top of ComboBox. |