SpreadsheetControl.ReadOnlyChanged Event
Occurs when the SpreadsheetControl‘s read-only state is changed.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
Event Data
The ReadOnlyChanged event's data class is EventArgs.
Remarks
Use the ReadOnlyChanged event to adjust the behavior of external components and commands when the SpreadsheetControl changes its state.
See Also