MentionUserContext Class

Represents context information for a user in a mention search result in the RadzenChat component.

Inheritance

Object

MentionUserContext

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class MentionUserContext

Constructors

MentionUserContextLink to this section

Represents context information for a user in a mention search result in the RadzenChat component.

Declaration
public MentionUserContext()

Properties

IsInChatLink to this section

Gets or sets whether the user is currently in the chat.

Declaration
public bool IsInChat { get; set; }
Property Value
Type Description
boolGets or sets whether the user is currently in the chat.

UserIdLink to this section

Gets or sets the unique identifier of the user.

Declaration
public string UserId { get; set; }
Property Value
Type Description
stringGets or sets the unique identifier of the user.

UserNameLink to this section

Gets or sets the display name of the user.

Declaration
public string UserName { get; set; }
Property Value
Type Description
stringGets or sets the display name of the user.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙