System.Web.UI.Design.DesignerRegionCollection: Property Members

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

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.Design.DesignerRegion objects in the collection.

[read-only]
IsFixedSizebool.

Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object has a fixed size.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object is read-only.

[read-only]
IsSynchronizedbool.

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]
OwnerControlDesigner.

Gets the control designer that owns the designer region collection.

[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the System.Web.UI.Design.DesignerRegionCollection object.