IDataSourceFieldSchema.IsReadOnly Property

Definition

Gets a value indicating whether the field is editable.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

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

Remarks

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

Applies to

See also