Interface
IIncrementalBatchLoading

Specifies a calling contract for collection views that support incremental loading adding the notion of batch size.

Definition

Namespace:Telerik.Core.Data

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IIncrementalBatchLoading : ISupportIncrementalLoading

Derived Classes: IncrementalLoadingCollection<T>

Properties

BatchSize

Gets or sets the size of the batch.

Declaration

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

Property Value

uint?

The size of the batch.

In this article
DefinitionPropertiesBatchSize
Not finding the help you need?
Contact Support