C1.DataCollection Assembly / C1.DataCollection Namespace / VirtualDataCollectionMode Enumeration

VirtualDataCollectionMode Enumeration
Specifies the different modes the data can be loaded.
Syntax
'Declaration
 
Public Enum VirtualDataCollectionMode 
   Inherits System.Enum
 
Members
MemberDescription
AutomaticThe pages will be requested as the items are accessed.
ManualThe pages will be loaded when they are requested through the LoadAsync method of C1VirtualDataCollection<T>.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.DataCollection.VirtualDataCollectionMode

See Also