menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SuggestionBoxPlacement - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved