WebPartPersonalization::WebPartManager Property

 

Gets an instance of the current parent WebPartManager control associated with this WebPartPersonalization instance.

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

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

Use this property to determine the WebPartManager control associated with this instance of the WebPartPersonalization class.

.NET Framework
Available since 2.0
Return to top
Show: