HasMoreItems Property (C1CollectionView)
In This Topic
Returns true if additional unloaded items remain in the view; otherwise, false.
Syntax
'Declaration
Public ReadOnly Property HasMoreItems As System.Boolean
public System.bool HasMoreItems {get;}
See Also