[]
        
(Showing Draft Content)

C1.DataCollection.VirtualDataCollectionMode

VirtualDataCollectionMode Enum

Specifies the different modes the data can be loaded.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public enum VirtualDataCollectionMode

Fields

Name Description
Automatic

The pages will be requested as the items are accessed.

Manual

The pages will be loaded when they are requested through the LoadAsync method of C1VirtualDataCollection<T>.