menu

Blazor

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

    Show / Hide Table of Contents

    Class TypingUsersTemplateContext

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

    Constructors

    TypingUsersTemplateContext()

    Declaration
    public TypingUsersTemplateContext()

    Properties

    Users

    Gets or sets the list of users who are currently typing in the SfChatUI component.

    Declaration
    public List<UserModel> Users { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<UserModel>

    A list of UserModel representing the users currently typing in the chat. The default value is null.

    Remarks

    This property provides real-time information about users who are actively engaged in typing within the chat interface. It enhances the user experience by indicating which participants are preparing messages.

    Examples
    <SfChatUI>
        <!-- Custom template rendering for typing users -->
    </SfChatUI>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved