CatalogPart::WebPartManager Property

 

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

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
property WebPartManager^ WebPartManager {
	WebPartManager^ get();
}

Property Value

Type: System.Web.UI.WebControls.WebParts::WebPartManager^

The WebPartManager for the current Web page.

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

.NET Framework
Available since 2.0
Return to top
Show: