The properties of System.Web.UI.Design.DesignerRegionCollection are listed below. For a list of all members, see the DesignerRegionCollection Members list.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of System.Web.UI.Design.DesignerRegion objects in the collection. |
[read-only] | IsFixedSize | bool.
Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object has a fixed size. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether access to the System.Web.UI.Design.DesignerRegionCollection object is synchronized (thread safe). |
default property | Item(int) | DesignerRegion. Documentation for this section has not yet been entered. |
[read-only] | Owner | ControlDesigner.
Gets the control designer that owns the designer region collection. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Web.UI.Design.DesignerRegionCollection object. |