WebPartAddingEventArgs::Zone Property

 

Gets or sets the Web Parts zone that the Web Parts control is being added to.

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

public:
property WebPartZoneBase^ Zone {
	WebPartZoneBase^ get();
	void set(WebPartZoneBase^ value);
}

Property Value

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

The WebPartZoneBase that the Web Parts control is being added to.

.NET Framework
Available since 2.0
Return to top
Show: