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

CellCancelEditEventArgs Class

Provides data for the cellCancelEdit event.

#Declaration

TypeScript
class CellCancelEditEventArgs extends CancelEventArgs

#Inherited Members

#Inheritance

EventArgs
CancelEventArgs
CellCancelEditEventArgs

#Properties

#columnIndex Property

Gets the active cell’s column index.

#Declaration

TypeScript
columnIndex: number

#Property Value

Type Description
number

The zero-based column index.

#formula Property

Gets the active cell’s formula.

#Declaration

TypeScript
formula: string

#Property Value

Type Description
string

The formula.

#rowIndex Property

Gets the active cell’s row index.

#Declaration

TypeScript
rowIndex: number

#Property Value

Type Description
number

The zero-based row index.

#sheetName Property

Gets the current worksheet’s name.

#Declaration

TypeScript
sheetName: string

#Property Value

Type Description
string

The current worksheet’s name.

#value Property

Gets the active cell’s current value.

#Declaration

TypeScript
value: string

#Property Value

Type Description
string

The cell’s value.