UpdatePanelTriggerCollection.Owner Property

Definition

Gets a reference to the UpdatePanel control that the UpdatePanelTriggerCollection belongs to.

public:
 property System::Web::UI::UpdatePanel ^ Owner { System::Web::UI::UpdatePanel ^ get(); };
public System.Web.UI.UpdatePanel Owner { get; }
member this.Owner : System.Web.UI.UpdatePanel
Public ReadOnly Property Owner As UpdatePanel

Property Value

An UpdatePanel control.

Applies to