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:
property bool IsFixedSize {
	bool get();
}

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: