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:
property bool IsReadOnly {
	virtual bool get();
	protected: virtual void set(bool value);
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 4.0
Return to top
Show: