Class
LoadMoreDataContext

Context that is passed as a parameter of the LoadMoreDataCommand.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView.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.

DataContext

Gets the underlying data context.

Declaration

cs-api-definition
public object DataContext { get; }

Property Value

object

View

Gets the view to which this context is associated with.

Declaration

cs-api-definition
public object View { get; }

Property Value

object