ASP.NET Core MVC コントロールヘルプ
InitialItemsCount プロパティ (IItemsSource<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > IItemsSource<T> インターフェース : InitialItemsCount プロパティ
Gets or sets a number value which decides the count of the initial loaded items.
シンタックス
'宣言
 
Property InitialItemsCount As System.Nullable(Of Integer)
System.Nullable<int> InitialItemsCount {get; set;}
解説
It only works when the DisableServerRead property is false and no paging mode. It only accepts a number which equals or greater than 0 or null. When it is set to null, that means all the items would be loaded in the client.
参照

IItemsSource<T> インターフェース
IItemsSource<T> メンバ