menu

MAUI

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

    Show / Hide Table of Contents

    Class Profile

    Represents a user profile for the request and response IAssistItem.

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

    Constructors

    Profile()

    Declaration
    public Profile()

    Fields

    AvatarProperty

    Identifies the Image Microsoft.Maui.Controls.BindableProperty.

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

    NameProperty

    Identifies the Name Microsoft.Maui.Controls.BindableProperty.

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

    Properties

    Avatar

    Gets or sets the avatar image source of the user.

    Declaration
    public ImageSource Avatar { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.ImageSource

    Name

    Gets or sets the name of the user.

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