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

TreeListDataColumn.ReadOnly Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

See Also