Gets or sets a value indicating whether the default displaying mode for the dialog is modal.
[Visual Basic]
Public Property IsModal As
Boolean
[C#]
public
Boolean IsModal {get; set;}
Remarks
This property only provides the default value. The value can be overriden by the first parameter of the dialog's show method on the client side.
See Also
Dialog Class | EO.Web Namespace