Supplies information about a mention search event in the RadzenChat component.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class MentionSearchArgsSupplies information about a mention search event in the RadzenChat component.
public MentionSearchArgs()Gets or sets the search filter text (text typed after the mention character).
public string Filter { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the search filter text (text typed after the mention character). |
Gets or sets how many items to skip. Related to pagination. Usually used with the Int32) LINQ method.
public int? Skip { get; set; }
| Type | Description |
|---|---|
| int? | Gets or sets how many items to skip. Related to pagination. Usually used with the Int32) LINQ method. |
Gets or sets how many items to take. Related to pagination and page size. Usually used with the Int32) LINQ method.
public int? Top { get; set; }
| Type | Description |
|---|---|
| int? | Gets or sets how many items to take. Related to pagination and page size. Usually used with the Int32) LINQ method. |