SpreadsheetBuilder.ReadOnly(Boolean) Method
Indicates whether an end-user can change the Spreadsheet contents at runtime.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
Declaration
public SpreadsheetBuilder ReadOnly(
bool readOnly
)
Parameters
Name | Type | Description |
---|---|---|
readOnly | Boolean | true, if an end-user cannot change the Spreadsheet contents; otherwise, false. |
Returns
Type | Description |
---|---|
SpreadsheetBuilder | A SpreadsheetBuilder that can be used to further configure the Rich Text Editor. |
See Also