[]
Specifies the different modes the data can be loaded.
public enum VirtualDataCollectionMode
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>. |