Back to Devexpress

SpreadsheetControl.ReadOnly Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-431c4927.md

latest1.2 KB
Original Source

SpreadsheetControl.ReadOnly Property

Gets or sets whether document modifications are prohibited. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public bool ReadOnly { get; set; }
vb
Public Property [ReadOnly] As Boolean

Property Value

TypeDescription
Boolean

true, if the document is in a read-only state; otherwise, false.

|

Remarks

When set to true , disables commands used to modify the document.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace