ASP.NET Core MVC コントロールヘルプ
HideTrigger プロパティ (Popup)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > Popup クラス : HideTrigger プロパティ
Gets or sets the actions that hide the Popup.
シンタックス
'宣言
 
Public Property HideTrigger As PopupTrigger
public PopupTrigger HideTrigger {get; set;}
解説
By default, the HideTrigger property is set to Blur, which hides the popup when it loses focus.If you set the HideTrigger property to Click, the popup will be hidden only when the owner element is clicked.If you set the HideTrigger property to None, the popup will be hidden only when the hide method is called.
参照

Popup クラス
Popup メンバ