System.Windows.Forms.DataGridViewColumn.ReadOnly Property

Gets or sets a value indicating whether the user can edit the column's cells.

Syntax

public override bool ReadOnly { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DataGridViewColumn.ReadOnly property affects the DataGridViewCell.ReadOnly property of each cell in the column.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0