Gets a reference to the server control's parent control in the page control hierarchy.
Syntax
'Declaration
Public Overridable ReadOnly Property Parent As Control
public virtual Control Parent {get;}
Property Value
A reference to the server control's parent control.
See Also