Class
LoadMoreDataContext

Represents a context, passed to a LoadMoreData command.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class LoadMoreDataContext

Inheritance: objectLoadMoreDataContext

Constructors

LoadMoreDataContext()

Declaration

cs-api-definition
public LoadMoreDataContext()

Properties

BatchSize

Gets or sets the size of the batch.

Declaration

cs-api-definition
public uint? BatchSize { get; set; }

Property Value

uint?

The size of the batch.