ASP.NET Core MVC コントロールヘルプ
Delay メソッド (MultiSelectListBoxBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MultiSelectListBoxBuilder<T> クラス : Delay メソッド
The value.
Configurates C1.Web.Mvc.MultiSelectListBox<T>.Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed to update the filter.
シンタックス
'宣言
 
Public Function Delay( _
   ByVal value As System.Integer _
) As MultiSelectListBoxBuilder(Of T)
public MultiSelectListBoxBuilder<T> Delay( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

MultiSelectListBoxBuilder<T> クラス
MultiSelectListBoxBuilder<T> メンバ