ISupportIncrementalLoading.HasMoreItems Property

Definition

Gets a sentinel value that supports incremental loading implementations.

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

Property Value

Boolean

bool

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

Applies to