Table of Contents
IsModal Property

Gets or sets a value indicating whether the default displaying mode for the dialog is modal.

Syntax
 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