menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextMessage - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITextMessage

    Defines properties that can be used to display a simple string type of message in SfAIAssistView.

    Inherited Members
    IMessage.Author
    IMessage.DateTime
    Namespace: Syncfusion.UI.Xaml.Chat
    Assembly: Syncfusion.Chat.WinUI.dll
    Syntax
    public interface ITextMessage : IMessage

    Properties

    Text

    Gets or sets the text to be display as the message.

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