Class IgxSpreadsheetEditModeValidationErrorEventArgs

Event arguments for the editModeValidationError event.

Hierarchy

Hierarchy

  • IgxSpreadsheetEditModeValidationErrorEventArgs

Constructors

Properties

ngAcceptInputType_canStayInEditMode: string | boolean

Accessors

  • get canStayInEditMode(): boolean
  • Returns a boolean indicating whether the cell is allowed to stay in edit mode.

    Returns boolean

  • set canStayInEditMode(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get cell(): SpreadsheetCell
  • Returns the cell for which the control has entered edit mode.

    Returns SpreadsheetCell

  • set cell(v: SpreadsheetCell): void
  • Parameters

    Returns void

  • get validationRule(): DataValidationRule
  • Returns the rule which failed validation.

    Returns DataValidationRule

  • set validationRule(v: DataValidationRule): void
  • Parameters

    Returns void