CatalogPart.WebPartManager Property

Definition

Gets a reference to the current instance of the WebPartManager class.

protected:
 property System::Web::UI::WebControls::WebParts::WebPartManager ^ WebPartManager { System::Web::UI::WebControls::WebParts::WebPartManager ^ get(); };
protected System.Web.UI.WebControls.WebParts.WebPartManager WebPartManager { get; }
member this.WebPartManager : System.Web.UI.WebControls.WebParts.WebPartManager
Protected ReadOnly Property WebPartManager As WebPartManager

Property Value

The WebPartManager for the current Web page.

Remarks

The WebPartManager property provides a way for a CatalogPart control to access the current WebPartManager object on the page.

Applies to

See also