Event arguments for the editModeExiting event.

Hierarchy

Hierarchy

  • IgcCancelEventArgs
    • IgcSpreadsheetEditModeExitingEventArgs

Constructors

Accessors

  • get acceptChanges(): boolean
  • Returns or sets a boolean indicating whether the changes will be made to the cell's value when edit mode ends.

    Returns boolean

  • set acceptChanges(v): void
  • Parameters

    • v: boolean

    Returns void

  • get canCancel(): boolean
  • Returns a boolean indicating if the edit mode is being forced to exit edit mode in which case it cannot be cancelled.

    Returns boolean

  • get cancel(): boolean
  • Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • get cell(): SpreadsheetCell
  • Returns the cell for which the control is exiting edit mode.

    Returns SpreadsheetCell

  • get editText(): string
  • Returns the edit text that will be used to update the cell(s).

    Returns string