Class ListViewLoadOnDemandCollection
Represents a collection that supports load-on-demand functionality for ListView controls.
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>>)
Initializes a new instance of the ListViewLoadOnDemandCollection class.
Declaration
public ListViewLoadOnDemandCollection(Func<CancellationToken, IEnumerable<object>> action)
Parameters
System.Func<System.Threading.CancellationToken, System.Collections.Generic.IEnumerable<System.Object>>
action
The function to execute when loading data on demand. |