HtmlTableCellCollection::IsReadOnly Property

 

Gets a value indicating whether the HtmlTableCellCollection collection is read-only.

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

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

Property Value

Type: System::Boolean

false for all cases.

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

.NET Framework
Available since 1.1
Return to top
Show: