Represents context information for a user in a mention search result in the RadzenChat component.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class MentionUserContextRepresents context information for a user in a mention search result in the RadzenChat component.
public MentionUserContext()Gets or sets whether the user is currently in the chat.
public bool IsInChat { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets whether the user is currently in the chat. |
Gets or sets the unique identifier of the user.
public string UserId { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the unique identifier of the user. |
Gets or sets the display name of the user.
public string UserName { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the display name of the user. |