Constructors

Accessors

  • 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 formattedValue(): string
  • Gets the group value as text, formatted based on the GroupDescription's ValueFormat.

    Returns string

  • set formattedValue(v): void
  • Parameters

    • v: string

    Returns void

  • get groupName(): string
  • Gets the group name.

    Returns string

  • set groupName(v): void
  • Parameters

    • v: string

    Returns void

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

    Returns any

  • set groupValue(v): void
  • Parameters

    • v: any

    Returns void