menu

Blazor

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

    Show / Hide Table of Contents

    Class TimeBreakTemplateContext

    Inheritance
    System.Object
    TimeBreakTemplateContext
    Namespace: Syncfusion.Blazor.InteractiveChat
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TimeBreakTemplateContext : Object

    Constructors

    TimeBreakTemplateContext()

    Declaration
    public TimeBreakTemplateContext()

    Properties

    MessageDate

    Gets or sets the date for a time breaks in the SfChatUI component. It represents the time breaks between messages being grouped based on the date.

    Declaration
    public Nullable<DateTime> MessageDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    A System.DateTime object representing the message date.

    Remarks

    This property holds the date information for the message being displayed in the SfChatUI component.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved