Skip to main content
A newer version of this page is available. .
Tab

VerticalGridDataRow.ReadOnly Property

Gets or sets whether end-users are allowed to edit the row’s cell values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public virtual bool ReadOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if end-users are not allowed to modify the row’s cell values; otherwise, false.

Remarks

If the ReadOnly property is set to true, the row’s cell values cannot be changed by end-users.

See Also