Modal Property (C1Dialog)
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.
public System.bool Modal {get; set;}
'Declaration
Public Property Modal As System.Boolean