Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the WebPart control that is currently being edited.
protected:
property System::Web::UI::WebControls::WebParts::WebPart ^ WebPartToEdit { System::Web::UI::WebControls::WebParts::WebPart ^ get(); };
protected System.Web.UI.WebControls.WebParts.WebPart WebPartToEdit { get; }
member this.WebPartToEdit : System.Web.UI.WebControls.WebParts.WebPart
Protected ReadOnly Property WebPartToEdit As 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 feedback
.NET is an open source project. Select a link to provide feedback:
Please sign in to use this experience.
Sign in