EditableDesignerRegion.ServerControlsOnly Property
.NET Framework 3.0
Gets or sets a value indicating whether the region can accept only Web server controls.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public boolean get_ServerControlsOnly () /** @property */ public void set_ServerControlsOnly (boolean value)
public function get ServerControlsOnly () : boolean public function set ServerControlsOnly (value : boolean)
Not applicable.
Property Value
true if the region can contain only Web server controls; otherwise, false.Community Additions
ADD
Show: