System.Web.UI.Design.EditableDesignerRegion Members

The members of System.Web.UI.Design.EditableDesignerRegion are listed below.

See Also: Inherited members from System.Web.UI.Design.DesignerRegion

Public Constructors

Initializes a new instance of the System.Web.UI.Design.EditableDesignerRegion class using the given owner and name.

Creates a new instance of the System.Web.UI.Design.EditableDesignerRegion class using the given owner and name and the initial value of the EditableDesignerRegion.ServerControlsOnly property.

Public Properties

Contentstring.

Gets or sets the HTML markup for the content of the region.

ServerControlsOnlybool.

Gets or sets a value indicating whether the region can accept only Web server controls.

SupportsDataBindingbool.

Gets or sets a value indicating whether the region can be bound to a data source.

Public Methods

GetChildViewRendering(System.Web.UI.Control) : ViewRendering

Returns a System.Web.UI.Design.ViewRendering object containing the design-time HTML markup for the given control.