Click or drag to resize
CMSAbstractWebPartParentWebPart Property
Parent web part, defined in case the web part is a nested web part in another web part.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public CMSAbstractWebPart ParentWebPart { get; protected set; }

Property Value

Type: CMSAbstractWebPart
See Also