Class SuggestionBoxPlacement
Specify the placement of suggestion box with auto complete.
Inheritance
System.Object
SuggestionBoxPlacement
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class SuggestionBoxPlacement : Enum
Fields
Bottom
The SuggestionBox always at the bottom with auto complete.
Declaration
public const SuggestionBoxPlacement Bottom
Field Value
Type |
---|
SuggestionBoxPlacement |
None
The SuggestionBox not displayed with auto complete.
Declaration
public const SuggestionBoxPlacement None
Field Value
Type |
---|
SuggestionBoxPlacement |
Top
The SuggestionBox always placed top with auto complete.
Declaration
public const SuggestionBoxPlacement Top
Field Value
Type |
---|
SuggestionBoxPlacement |