RepeaterItemCollection::IsReadOnly Property

 

Gets a value that indicates whether the RepeaterItem objects in the RepeaterItemCollection can be modified.

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

public:
property bool IsReadOnly {
	bool get();
}

Property Value

Type: System::Boolean

false in all cases.

This property always returns false to indicate that the RepeaterItemCollection can be written to in all cases.

.NET Framework
Available since 1.1
Return to top
Show: