IDataSourceFieldSchema::IsReadOnly Property

 

Gets a value indicating whether the field is editable.

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

property bool IsReadOnly {
	bool get();
}

Property Value

Type: System::Boolean

true if the field is read-only; otherwise, false.

For a DataColumn, the IsReadOnly property corresponds to the ReadOnly property.

.NET Framework
Available since 2.0
Return to top
Show: