CatalogPart.Zone Property

 

Gets a reference to the CatalogZoneBase zone that contains a CatalogPart control.

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

protected CatalogZoneBase Zone { get; }

Property Value

Type: System.Web.UI.WebControls.WebParts.CatalogZoneBase

A CatalogZoneBase that corresponds to the zone that contains the control.

The Zone property enables a CatalogPart control to get a reference to its zone. Although the property is read-only, the underlying properties of the zone itself can be changed programmatically.

.NET Framework
Available since 2.0
Return to top
Show: