ClassLoadMoreDataContext
Class
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.