DataViewPropertyDescriptor.SetIsReadOnly(Boolean) Method

Definition

Adds a ReadOnlyAttribute corresponding to the specified Boolean value that indicates whether the property is read-only.

public:
 void SetIsReadOnly(bool value);
public void SetIsReadOnly (bool value);
member this.SetIsReadOnly : bool -> unit
Public Sub SetIsReadOnly (value As Boolean)

Parameters

value
Boolean

A Boolean value that is converted to Yes or No.

Applies to