ASP.NET Core MVC コントロールヘルプ
IItemsSource<T> インターフェース メンバ
プロパティ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : IItemsSource<T> インターフェース

IItemsSource<T>データ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
 プロパティGets or sets whether modifications will be sent to the server in batches or as individually requests.  
 プロパティGets and sets the url of batch edit action.  
 プロパティGets and sets the url of create action.  
 プロパティGets and sets the url of delete action.  
 プロパティGets or sets whether to disable server-side reading.  
 プロパティGets or sets a method used to determine if an item is suitable for inclusion in the view.  
 プロパティGets or sets a callback that determines whether a specific property of an item contains validation errors.  
 プロパティGets the group description collection.  
 プロパティGets or sets a number value which decides the count of the initial loaded items.  
 プロパティGets or sets a function that creates new items for the collection.  
 プロパティOccurs when the collection changes.  
 プロパティOccurs after the current item changes.  
 プロパティOccurs before the current item changes.  
 プロパティOccurs when there are errors from the server side.  
 プロパティOccurs after the page index changes.  
 プロパティOccurs before the page index changes.  
 プロパティOccurs when the query requests complete.  
 プロパティGets or sets the name JavaScript function which to collect the ajax query data.  
 プロパティOccurs after the sourceCollection property in client changes.  
 プロパティOccurs before the sourceCollection property in client changes.  
 プロパティGets or sets the page index.  
 プロパティGets or sets the page size. When page size is 0, paging is disabled.  
 プロパティGets and sets the url of read action.  
 プロパティGets the sort description collection.  
 プロパティGets or sets the source collection.  
 プロパティGets and sets the url of update action.  
トップ
参照

IItemsSource<T> インターフェース
C1.Web.Mvc 名前空間