Event arguments for the editModeEntering event.

Hierarchy

Hierarchy

  • IgcCancelEventArgs
    • IgcSpreadsheetEditModeEnteringEventArgs

Constructors

Accessors

Constructors

Accessors

  • 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 going into edit mode.

    Returns SpreadsheetCell