Skip to main content

SpreadsheetBuilder.ReadOnly(Boolean) Method

Indicates whether an end-user can change the Spreadsheet contents at runtime.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v23.2.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