Back to Devexpress

VerticalGridDataRow.ReadOnly Property

aspnet-devexpress-dot-web-dot-verticalgriddatarow-c7e5b74c.md

latest1.3 KB
Original Source

VerticalGridDataRow.ReadOnly Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

Vertical Grid

VerticalGridDataRow Class

VerticalGridDataRow Members

DevExpress.Web Namespace