Parent: IWebForm;
The Parent property returns the parent web form, from which the current web form was opened.
The property value will be available if the current web form was opened modally from other web form using the IWebForm.ShowModal method. The property returns Null for other web forms.
See also: