MentionSearchArgs Class

Supplies information about a mention search event in the RadzenChat component.

Inheritance

Object

MentionSearchArgs

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class MentionSearchArgs

Constructors

MentionSearchArgslink

Supplies information about a mention search event in the RadzenChat component.

Declaration
public MentionSearchArgs()

Properties

Filterlink

Gets or sets the search filter text (text typed after the mention character).

Declaration
public string Filter { get; set; }
Property Value
Type Description
stringGets or sets the search filter text (text typed after the mention character).

Skiplink

Gets or sets how many items to skip. Related to pagination. Usually used with the Int32) LINQ method.

Declaration
public int? Skip { get; set; }
Property Value
Type Description
int?Gets or sets how many items to skip. Related to pagination. Usually used with the Int32) LINQ method.

Toplink

Gets or sets how many items to take. Related to pagination and page size. Usually used with the Int32) LINQ method.

Declaration
public int? Top { get; set; }
Property Value
Type Description
int?Gets or sets how many items to take. Related to pagination and page size. Usually used with the Int32) LINQ method.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙