EditorPartChrome::Zone Property

 

Gets a reference to the associated EditorZoneBase zone.

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

protected:
property EditorZoneBase^ Zone {
	EditorZoneBase^ get();
}

Property Value

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

A reference to an EditorZoneBase that is associated with the EditorPartChrome.

The Zone property provides a reference to the EditorZoneBase zone that contains the controls for which the EditorPartChrome object provides rendering.

.NET Framework
Available since 2.0
Return to top
Show: