ClassListViewLoadOnDemandCollection
Class
Represents a collection that supports load-on-demand functionality for ListView controls.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class ListViewLoadOnDemandCollection : LoadOnDemandCollection<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISupportLoadOnDemand
Inheritance: objectCollection<object>ObservableCollection<object>LoadOnDemandCollection<object>ListViewLoadOnDemandCollection
Implements:
Inherited Members
Constructors
ListViewLoadOnDemandCollection(Func<CancellationToken, IEnumerable<object>>)
Initializes a new instance of the ListViewLoadOnDemandCollection class.
Declaration
cs-api-definition
public ListViewLoadOnDemandCollection(Func<CancellationToken, IEnumerable<object>> action)
Parameters
action
Func<CancellationToken, IEnumerable<object>>
The function to execute when loading data on demand.