Back to Devexpress

OptionsColumn.ReadOnly Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-optionscolumn-7fe2ac3f.md

latest2.5 KB
Original Source

OptionsColumn.ReadOnly Property

Gets or sets whether end-users are prevented from editing the column’s cell values.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ReadOnly { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property [ReadOnly] As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if end-users are prevented from modifying the column’s cell values; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ReadOnly
GridColumn

.OptionsColumn .ReadOnly

|

Remarks

If the ReadOnly property is set to true , the cell values of columns cannot be modified by end-users. In this case cell editors can be invoked but end-users can only select and copy an editor’s content. This option is not in effect if the column’s OptionsColumn.AllowEdit or the View’s ColumnView.Editable option is disabled.

Cell values can still be modified in code using the ColumnView.SetRowCellValue method regardless of the ReadOnly property’s setting.

See Also

AllowEdit

Editable

OptionsColumn Class

OptionsColumn Members

DevExpress.XtraGrid.Columns Namespace