ASP.NET Core MVC コントロールヘルプ
IsDraggable メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PopupBuilder クラス : IsDraggable メソッド
The value.
Configurates C1.Web.Mvc.Popup.IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header.
シンタックス
'宣言
 
Public Function IsDraggable( _
   ByVal value As System.Boolean _
) As PopupBuilder
public PopupBuilder IsDraggable( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The header is identified by the '.wj-dialog-header' CSS selector. If the dialog does not contain any elements with the 'wj-dialog-header' class, user will not be able to drag the popup.
参照

PopupBuilder クラス
PopupBuilder メンバ