The members of System.Web.UI.Design.EditableDesignerRegion are listed below.
See Also: Inherited members from System.Web.UI.Design.DesignerRegion
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. |
Content | string.
Gets or sets the HTML markup for the content of the region. | |
ServerControlsOnly | bool.
Gets or sets a value indicating whether the region can accept only Web server controls. | |
SupportsDataBinding | bool.
Gets or sets a value indicating whether the region can be bound to a data source. |
GetChildViewRendering(System.Web.UI.Control)
|