バージョン

DatepickerOptions メソッド (DatePickerWrapper)

シンタックス
'宣言
 
<System.ObsoleteAttribute("This method is deprecated. Use DataPickerOptions instead.")>
Public Function DatepickerOptions( _
   ByVal datepickerOptions As System.Object _
) As DatePickerWrapper
[System.ObsoleteAttribute("This method is deprecated. Use DataPickerOptions instead.")]
public DatePickerWrapper DatepickerOptions( 
   System.object datepickerOptions
)

パラメータ

datepickerOptions
jQuery UI datepicker に承諾される設定を持つ匿名オブジェクト。例: new { showOtherMonths = true, selectOtherMonths = true }
参照

オンラインで表示: GitHub