Click or drag to resize
CMSWebPartZoneParentZoneControl Property
Gets the parent zone control (CMSWebPartZone) if this instance is a zone variant. Otherwise returns null.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public Control ParentZoneControl { get; set; }

Property Value

Type: Control
See Also