ColumnProvider.IsReadOnly Property

.NET Framework (current version)
 

Gets a value that indicates whether the column is read-only.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public Overridable Property IsReadOnly As Boolean
	Get
	Protected Set
End Property

Property Value

Type: System.Boolean

true if column is read-only; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: