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

ASPxSpreadsheet.ReadOnly Property

Gets or sets a value indicating whether an end-user can change the Spreadsheet’s contents at runtime.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if an end-user cannot change the Spreadsheet’s contents; otherwise, false.

Remarks

Use the ReadOnly property to specify whether the contents of a Spreadsheet control can be modified by an end-user at runtime.

See Also