Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetCellValidatingEventArgs Class

Provides data for the SpreadsheetControl.CellEndEdit event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

[ComVisible(true)]
public class SpreadsheetCellValidatingEventArgs :
    SpreadsheetCellCancelEventArgs

#Remarks

The SpreadsheetControl.CellEndEdit event occurs before the cell editor is closed and an entered value is committed to a cell. The SpreadsheetCellValidatingEventArgs class introduces the SpreadsheetCellValidatingEventArgs.EditorText property that returns the string entered by an end-user in the cell editor (the cell in-place editor or formula bar).

Note that SpreadsheetCellValidatingEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.CellEndEdit event handlers.

See Also