EditorZoneBase.WebPartToEdit Property
In this article
Definition
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.
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. The control referenced is the same as the control that is referenced by the SelectedWebPart property. Therefore, a control that is currently being edited is always currently selected.
The protected WebPartToEdit property is accessible only in derived classes, which can call this property on the base EditorZoneBase class to get an object reference to the current control being edited.
Applies to
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: