New to Telerik UI for BlazorStart a free 30-day trial

Provides data for the OnLoadMoreMessages event of the Chat component. Contains the requested index range. The developer should load the requested messages into Telerik.Blazor.Data.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChatLoadMoreMessagesEventArgs

Inheritance: objectChatLoadMoreMessagesEventArgs

Constructors

C#
public ChatLoadMoreMessagesEventArgs()

Properties

The end index (exclusive) of the requested message range in the full dataset.

C#
public int EndIndex { get; set; }

The start index (inclusive) of the requested message range in the full dataset.

C#
public int StartIndex { get; set; }