DesignerRegionCollection.IsFixedSize Property

 

Gets a value indicating whether the DesignerRegionCollection object has a fixed size.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Public ReadOnly Property IsFixedSize As Boolean

Property Value

Type: System.Boolean

true, if the size of the collection cannot be changed by adding or removing items; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: