This documentation is archived and is not being maintained.

EditorPart::WebPartToEdit Property

Gets a reference to the WebPart control that is currently being edited.

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

protected:
property WebPart^ WebPartToEdit {
	WebPart^ get ();
}

Property Value

Type: System.Web.UI.WebControls.WebParts::WebPart
A WebPart that is currently in edit mode.

The WebPart control (or other server or user control) that is currently being edited corresponds to the value of the SelectedWebPart property. Only one WebPart control can be edited at a time, and when a control is in edit mode, the WebPartToEdit property provides a reference to that control.

After the EditorZoneBase zone has added the EditorPart control to its collection of controls, it then assigns the value of its own WebPartToEdit property to the WebPartToEdit property on the EditorPart control.

An EditorPart control uses the WebPartToEdit property especially in its two critical methods--ApplyChanges and SyncChanges--to get and set the property values on the associated control.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: