Event args for the SummaryChanged event.

Hierarchy

Hierarchy

  • IgxSummaryChangedEventArgs

Constructors

Properties

Accessors

Constructors

Properties

ngAcceptInputType_isEnabled: string | boolean

Accessors

  • get iD(): string
  • Gets the unique ID for the changed summary.

    Returns string

  • set iD(v: string): void
  • Parameters

    • v: string

    Returns void

  • get isEnabled(): boolean
  • Gets the current state of the changed summary.

    Returns boolean

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

    • v: boolean

    Returns void