ColumnProvider.IsReadOnly Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the column is read-only.
public:  virtual property bool IsReadOnly {  public:
bool get(); protected:
 void set(bool value); };
	public virtual bool IsReadOnly { get; protected set; }
	member this.IsReadOnly : bool with get, set
	Public Overridable Property IsReadOnly As Boolean
	Property Value
true if column is read-only; otherwise, false.