GridViewDataColumn.ReadOnly Property
Gets or sets whether end-users are allowed to edit the column’s cell values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
If the ReadOnly property is set to true
, the column’s cell values cannot be changed by end-users.
See Also