ComponentOne FinancialChart for WPF
C1.WPF Namespace / IC1SupportIncrementalLoading Interface / HasMoreItems Property



In This Topic
    HasMoreItems Property
    In This Topic
    Gets a value indicating whether there are more items.
    Syntax
    'Declaration
     
    
    ReadOnly Property HasMoreItems As Boolean
    'Usage
     
    
    Dim instance As IC1SupportIncrementalLoading
    Dim value As Boolean
     
    value = instance.HasMoreItems
    bool HasMoreItems {get;}
    property bool HasMoreItems {
       bool get();
    }
    See Also