menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SuggestionType - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SuggestionType

    Defines constants that specify whether the selected item is from an inline suggestion box or from an outline suggestion.

    Inheritance
    System.Object
    SuggestionType
    Namespace: Syncfusion.Maui.Chat
    Assembly: Syncfusion.Maui.Chat.dll
    Syntax
    public sealed class SuggestionType : Enum

    Fields

    Inline

    Specifies that the selected suggestion item is from the inline suggestion box that is displayed below the message.

    Declaration
    public const SuggestionType Inline
    Field Value
    Type
    SuggestionType

    Outline

    Specifies that the selected suggestion item is from the outline suggestion box that is placed as a sticky view above the message input area.

    Declaration
    public const SuggestionType Outline
    Field Value
    Type
    SuggestionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved