alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class UserModel

    Represents a user that can be mentioned in the SfBlockEditor.

    Inheritance
    object
    UserModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.BlockEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class UserModel

    Constructors

    UserModel()

    Declaration
    public UserModel()

    Properties

    AvatarBackgroundColor

    Background color for the avatar or collaborative cursor.

    Declaration
    public string AvatarBackgroundColor { get; set; }
    Property Value
    Type
    string

    AvatarUrl

    URL of the user's avatar image.

    Declaration
    public string AvatarUrl { get; set; }
    Property Value
    Type
    string

    CssClass

    Custom CSS class for styling the mention block.

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type
    string

    ID

    Unique identifier for the user.

    Declaration
    public string ID { get; set; }
    Property Value
    Type
    string

    User

    Display name of the user.

    Declaration
    public string User { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved