WebPartDisplayModeCollection.IsReadOnly Property
.NET Framework 3.0
Gets a value indicating whether the collection is read-only.
Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The IsReadOnly property value is changed internally by the Web Parts control set as it changes the contents of the collection at different points. For example, after the WebPartManager control has added all supported display modes to its SupportedDisplayModes collection, it internally sets the WebPartDisplayModeCollection object to read-only to prevent it from being changed.
Note: |
|---|
| There is no mechanism to change this property value from your code, although you can read its value. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: