Class IncrementalLoadingCollection<T>
Inheritance
System.Object
IncrementalLoadingCollection<T>
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class IncrementalLoadingCollection<T> : BindableCollection<T>, IIncrementalBatchLoading, ISupportIncrementalLoading
Type Parameters
Constructors
Declaration
public IncrementalLoadingCollection(Func<uint, Task<IEnumerable<T>>> load)
Parameters
|
System.Func<System.UInt32, System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>>>
load
|
Properties
Declaration
public Nullable<uint> BatchSize { get; set; }
Property Value
|
System.Nullable<System.UInt32>
|
Implements
Declaration
public virtual bool HasMoreItems { get; }
Property Value
Methods
Declaration
public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync(uint count)
Parameters
Returns
|
Windows.Foundation.IAsyncOperation<Microsoft.UI.Xaml.Data.LoadMoreItemsResult>
|
Extension Methods