DataStructureCollectionTHasMoreItems Property |
Gets/sets whether the collection should continue loading data from source.
Namespace:
Unvired.Kernel.Utils
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasMoreItems { get; }Public ReadOnly Property HasMoreItems As Boolean
Get
public:
virtual property bool HasMoreItems {
bool get () sealed;
}abstract HasMoreItems : bool with get
override HasMoreItems : bool with get
Property Value
Type:
BooleanImplements
ISupportIncrementalLoadingHasMoreItems
See Also