WebPartAddingEventArgs::ZoneIndex Property

 

Gets or sets the index position of a WebPart control within its zone.

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

public:
property int ZoneIndex {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The numerical order of a control within its zone. The first control in a zone has an index value of zero.

The ZoneIndex property indicates the numerical order (or ordinal position) within the zone for the Web Parts control being added in the WebPartAdded event. The WebPartManager control uses this property to track and manage its collection of Web Parts controls on a Web page.

System_CAPS_importantImportant

The value of the ZoneIndex property for a control might not equal the index value for the same control within the WebParts collection.

.NET Framework
Available since 2.0
Return to top
Show: