Property ModalResult
ModalResult
Gets or sets the modal result value, which is the value that is returned from the ShowModal() method. This property is set to None at the moment ShowModal() is called.
[Browsable(false)]
public virtual ModalResult ModalResult { get; set; }