Constructors

Accessors

  • get displayName(): string
  • Gets the summary display name.

    Returns string

  • set displayName(v): void
  • Parameters

    • v: string

    Returns void

  • get field(): string
  • Gets the summary property name.

    Returns string

  • set field(v): void
  • Parameters

    • v: string

    Returns void

  • get formattedResult(): string
  • Gets or sets the summary value as formatted text. Setting this property will only affect summary cells.

    Returns string

  • set formattedResult(v): void
  • Parameters

    • v: string

    Returns void

  • get formattedText(): string
  • Gets or sets the final text that will be displayed in the group header.

    Returns string

  • set formattedText(v): void
  • Parameters

    • v: string

    Returns void

  • get summaryResult(): any
  • Gets the original value before formatting.

    Returns any

  • set summaryResult(v): void
  • Parameters

    • v: any

    Returns void