Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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