Table of Contents
InitialState Property

Specified the state of a dialog when the page contains the dialog is just loaded.

Syntax
 public DialogState InitialState { get; set; }
Remarks

Specified the state of a dialog when the page contains the dialog is just loaded. By default, the dialog is hidden when the page is loaded. You can use a client side API to display the dialog.

See Also