Dialog for ASP.NET Web Forms
Modal Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Dialog Namespace > C1Dialog Class : Modal Property
If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements.
Syntax
'Declaration
 
Public Property Modal As System.Boolean
public System.bool Modal {get; set;}
See Also

Reference

C1Dialog Class
C1Dialog Members