DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / InitializationResult Class / CanLoadMoreItems Property

In This Topic
    CanLoadMoreItems Property (InitializationResult)
    In This Topic
    Gets whether the collection can load more items on-demand.
    Syntax
    'Declaration
     
    Public Property CanLoadMoreItems As Boolean
    public bool CanLoadMoreItems {get; set;}
    See Also