Class ListViewLoadOnDemandCollection
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ListViewLoadOnDemandCollection : LoadOnDemandCollection<object>, ISupportLoadOnDemand
Constructors
ListViewLoadOnDemandCollection(Func<CancellationToken, IEnumerable<Object>>)
Declaration
public ListViewLoadOnDemandCollection(Func<CancellationToken, IEnumerable<object>> action)
Parameters
System.Func<System.Threading.CancellationToken, System.Collections.Generic.IEnumerable<System.Object>>
action
|