WebPartAddingEventArgs::ZoneIndex Property
.NET Framework (current version)
Gets or sets the index position of a WebPart control within its zone.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The 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.
Important |
|---|
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
Available since 2.0
Show:
