WebPartMovingEventArgs::Zone Property

 

Gets or sets the Web Parts zone to which the Web Parts control is being moved.

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 to which the Web Parts control is being moved.

.NET Framework
Available since 2.0
Return to top
Show: