menu

WinUI

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

    Show / Hide Table of Contents

    Interface IMessage

    Defines properties that can be used to customize the UI of the messages in SfAIAssistView.

    Namespace: Syncfusion.UI.Xaml.Chat
    Assembly: Syncfusion.Chat.WinUI.dll
    Syntax
    public interface IMessage

    Properties

    Author

    Gets or sets the information about the author of a message.

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

    DateTime

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

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