Skip to main content
A newer version of this page is available. .

SpreadsheetNameBoxControl.ReadOnlyChanged Event

Occurs when the value of the SpreadsheetNameBoxControl.ReadOnly property has changed.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

public event EventHandler ReadOnlyChanged

Event Data

The ReadOnlyChanged event's data class is EventArgs.

See Also