Share via


ICollectionView.HasMoreItems Property

Definition

Gets a sentinel value that supports incremental loading implementations. See also LoadMoreItemsAsync.

public:
 property bool HasMoreItems { bool get(); };
bool HasMoreItems();
public bool HasMoreItems { get; }
var boolean = iCollectionView.hasMoreItems;
Public ReadOnly Property HasMoreItems As Boolean

Property Value

Boolean

bool

true if additional unloaded items remain in the view; otherwise, false.

Applies to