menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextMessage - MAUI 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 SfChat.

    Inherited Members
    IMessage.Author
    IMessage.Data
    IMessage.DateTime
    IMessage.HideAfterSelection
    IMessage.IsMessageContentHiddenAfterSelection
    IMessage.IsSuggestionViewHiddenAfterSelection
    IMessage.Suggestions
    Namespace: Syncfusion.Maui.Chat
    Assembly: Syncfusion.Maui.Chat.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