menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMessage - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextMessage

    Represents a class which contains the functionalities for the simple string type of message in SfAIAssistView.

    Inheritance
    System.Object
    NotificationObject
    TextMessage
    Implements
    System.ComponentModel.INotifyPropertyChanged
    ITextMessage
    IMessage
    Inherited Members
    NotificationObject.PropertyChanged
    NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Chat
    Assembly: Syncfusion.SfChat.Wpf.dll
    Syntax
    public class TextMessage : NotificationObject, INotifyPropertyChanged, ITextMessage, IMessage

    Constructors

    TextMessage()

    Declaration
    public TextMessage()

    Properties

    Author

    Gets or sets the author to be display in the message.

    Declaration
    public Author Author { get; set; }
    Property Value
    Type
    Author

    DateTime

    Gets or sets the date and time details when the message was created.

    Declaration
    public DateTime DateTime { get; set; }
    Property Value
    Type
    System.DateTime

    Text

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

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Implements

    System.ComponentModel.INotifyPropertyChanged
    ITextMessage
    IMessage
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved