Back to Devexpress

ASPxSpreadsheet.ReadOnly Property

aspnet-devexpress-dot-web-dot-aspxspreadsheet-dot-aspxspreadsheet-99c6106d.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web.Office

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

ASPxSpreadsheet Class

ASPxSpreadsheet Members

DevExpress.Web.ASPxSpreadsheet Namespace