System.Web.UI.WebControls.WebParts.IWebEditable.WebBrowsableObject Property

Gets a reference to the System.Web.UI.WebControls.WebParts.WebPart control, user control, or custom control that will be edited by System.Web.UI.WebControls.WebParts.EditorPart controls.

Syntax

public object WebBrowsableObject { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The IWebEditable.WebBrowsableObject property provides a way for System.Web.UI.WebControls.WebParts.EditorPart controls to get a reference to the server controls they are associated with.

Although the property itself is read-only, the object reference that it returns enables System.Web.UI.WebControls.WebParts.EditorPart controls to change values in the server control.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0