menu

MAUI

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

    Show / Hide Table of Contents

    Class AssistItemSuggestion

    Represents the AssistItemSuggestion class which contains properties for the suggestion items.

    Inheritance
    System.Object
    AssistItemSuggestion
    Namespace: Syncfusion.Maui.AIAssistView
    Assembly: Syncfusion.Maui.AIAssistView.dll
    Syntax
    public class AssistItemSuggestion : BindableObject

    Constructors

    AssistItemSuggestion()

    Initializes a new instance of the AssistItemSuggestion class.

    Declaration
    public AssistItemSuggestion()

    Fields

    ItemSpacingProperty

    Identifies the ItemSpacing Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty ItemSpacingProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    ItemsProperty

    Identifies the PromptSuggestion Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty ItemsProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    OrientationProperty

    Identifies the Orientation Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty OrientationProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    Items

    Gets or sets the collection of suggestion items.

    Declaration
    public IList<ISuggestion> Items { get; set; }
    Property Value
    Type
    System.Collections.Generic.IList<ISuggestion>

    ItemSpacing

    Gets or sets the spacing between the suggestion items.

    Declaration
    public double ItemSpacing { get; set; }
    Property Value
    Type
    System.Double

    Orientation

    Gets or sets the orientation of the suggestion items.

    Declaration
    public SuggestionsOrientation Orientation { get; set; }
    Property Value
    Type
    SuggestionsOrientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved