Method HidePopup
HidePopup(ModalResult)
Hides the popup window associated with the control and sets the result of the popup window operation.
public virtual void HidePopup(ModalResult result = ModalResult.Canceled)
Parameters
resultModalResultThe result of the popup window operation.