CellEditorOpenedEventArgs Class
In This Article
Provides data for the SpreadsheetControl.CellEditorOpened event.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
#Remarks
An instance of the CellEditorOpenedEventArgs class is automatically created and passed to the SpreadsheetControl.CellEditorOpened event handler.
See Also