UpdatePanelTriggerCollection.Owner プロパティ

定義

UpdatePanel が属する UpdatePanelTriggerCollection コントロールへの参照を取得します。

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

プロパティ値

UpdatePanel

UpdatePanel コントロール。

適用対象