Blazor コントロール
VirtualDataCollectionMode 列挙体

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 : VirtualDataCollectionMode 列挙体
Specifies the different modes the data can be loaded.
シンタックス
'宣言
 
Public Enum VirtualDataCollectionMode 
   Inherits System.Enum
public enum VirtualDataCollectionMode : System.Enum 
メンバ
メンバ解説
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>.
継承階層

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

参照

C1.DataCollection 名前空間